GPS isProviderEnabled always return false

后端 未结 6 1247
梦谈多话
梦谈多话 2021-01-11 11:16

I\'ve got this code

 lm = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
 boolean isGPS = lm.isProviderEnabled (LocationManager.GPS_PROVI         


        
6条回答
提交回复
热议问题