1.2.0
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.