Android:如何在后台获取位置更新

时间:2019-03-18 07:45:00

标签: android service background location

我使用fusedLocationProviderClient.requestLocationUpdates()中的onStartCommand()请求位置更新。工作正常。但是当我关闭应用程序或将其关闭时,不会调用onLocationResult()

1 个答案:

答案 0 :(得分:0)

您需要使用ForegroundService。这是完成您想要做的事情的完整代码:

https://github.com/googlesamples/android-play-location/tree/master/LocationUpdatesForegroundService