Skip to content

1.2.0

Compare
Choose a tag to compare
@neuberoliveira neuberoliveira released this 07 Dec 15:04
· 50 commits to master since this release

In Android M and above with the new permissions system, when you enable location in the configs there's no way to be notified about this change.

To solve this i put a timer that tick every 3s, for about 1.30min, and check the status with checkSelfPermission so when the permission change the app can be notified and respond accordingly.