shaobin0604
11/13/2009 - 10:21 AM

Android GPS Setting

Android GPS Setting

// check if gps is enabled
locationManager.isProviderEnabled("gps"); 

// jump to gps setting 
startActivity(new Intent("android.settings.LOCATION_SOURCE_SETTINGS"));