I am working on an android application that uses geo location services, when the user accesses such service if location access is disabled on the device i want to call android native pop up that guides user to enabled location access. Is it possible to do this ?
Asked
Active
Viewed 843 times
0
-
1possible duplicate of [How to check if Location Services are enabled?](http://stackoverflow.com/questions/10311834/how-to-check-if-location-services-are-enabled) – George Thomas Jul 21 '14 at 10:17
1 Answers
0
I noticed there's even better way to achieve good location settings, without "guiding" user to turn them on, mentioned in this question: Enabling Location with mode High Accuracy or Battery saving without user needing to visit Settings
Since Google Play Services 7.0 you can ask system to offer user turning the settings on with one touch. It's how Google Maps are doing it.