Showing posts with label Go to gps settings screen. Show all posts
Showing posts with label Go to gps settings screen. Show all posts

Saturday, January 19, 2013

Go to gps settings screen


Go to gps settings screen (to check gps availablity):


Intent in = new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS);
startActivity(in);