在xiaomi设备上无法在没有互联网的情况下获取GPS位置

时间:2017-05-31 09:33:57

标签: gps location locationmanager

我正在使用以下代码根据此答案获取后台服务中的位置

Best way to get user GPS location in background in Android

此问题仅在xiaomi设备上找到,但在其他设备上按预期工作。

标准标准=新标准();

String provider = mLocationManager.getBestProvider(criteria,false);

mLocationManager.requestLocationUpdates(

提供者,LOCATION_INTERVAL,LOCATION_DISTANCE,

mLocationListeners [0]);

0 个答案:

没有答案