我正在使用以下代码根据此答案获取后台服务中的位置
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]);