Programmatically turn on/off GPS on Android [dupli

2019-07-03 05:02发布

问题:

Possible Duplicate:
Enable GPS programatically like Tasker

Is it possible to programmatically turn on/off gps on android? It is mentioned on this SO post: How can I enable or disable the GPS programmatically on Android? that it cannot be done without the user consent.

回答1:

No it is not possible. The closest you can get is firing an Intent that shows the GPS settings to the user. Please follow this guide: Guide for GPS intent Android



标签: android gps