成就微笑

文章
4
资源
0
加入时间
3年0月8天

安卓跳转到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...