android - How to relocate to settings from app? -


i'm making application in eclipse wherein need activate gps. since can't activate gps through app, how can relocate user "settings>location access"?

you can launch following intent after detect user has gps turned off:

intent intent = new intent(settings.action_location_source_settings); startactivity(intent); 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -