Foreground service not receiving location updates in Android 7.0+ when screen is off

前端 未结 5 1540
面向向阳花
面向向阳花 2021-02-04 03:29

I am trying to create an Android application that continuously logs device location data in realtime while the device screen is off. My code works correctly with Android 6.0 and

5条回答
  •  一个人的身影
    2021-02-04 03:54

    one solution might be this :

    check if location is not received in 2 minutes stop/start whole start location update again . although foreground service must have solve the problem

提交回复
热议问题