我使用fusedLocationProviderClient.requestLocationUpdates()
中的onStartCommand()
请求位置更新。工作正常。但是当我关闭应用程序或将其关闭时,不会调用onLocationResult()
。
答案 0 :(得分:0)
您需要使用ForegroundService。这是完成您想要做的事情的完整代码:
https://github.com/googlesamples/android-play-location/tree/master/LocationUpdatesForegroundService