CodePudding user response:
LocationManager lm=(LocationManager) getSystemService (LOCATION_SERVICE);Boolean ok=lm. IsProviderEnabled (LocationManager. GPS_PROVIDER);
If (ok) {
.
}
CodePudding user response:
CodePudding user response:
LocationManager lm=(LocationManager) getSystemService (LOCATION_SERVICE);CodePudding user response: