Android GPS Setting
// check if gps is enabled locationManager.isProviderEnabled("gps"); // jump to gps setting startActivity(new Intent("android.settings.LOCATION_SOURCE_SETTINGS"));