安卓跳转到GPS设置界面
1、判断当前GPS状态if(manager.isProviderEnabled(android.location.LocationManager.GPS_PROVIDER)){ //GPS已打开}else{ //GPS未打开,跳转到GPS设置界面 Intent intent = new Intent(android.provider.Settings.ACTION_LOCATION_SO...