Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created November 13, 2009 10:21
Show Gist options
  • Save shaobin0604/233733 to your computer and use it in GitHub Desktop.
Save shaobin0604/233733 to your computer and use it in GitHub Desktop.
Android GPS Setting
// check if gps is enabled
locationManager.isProviderEnabled("gps");
// jump to gps setting
startActivity(new Intent("android.settings.LOCATION_SOURCE_SETTINGS"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment