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

前端 未结 5 1539
面向向阳花
面向向阳花 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:59

    I've spent the past week trying to get Location Services in Foreground. Finally got it working by including this in the manifest.

    android:foregroundServiceType="location"
    

    I hope this can help someone in the future!

提交回复
热议问题