There is a problem with the Live-Location-Sharing when it is running in the background on all Android 10 devices!
Root Cause:
With Android 10 an app needs to request android.permission.ACCESS_BACKGROUND_LOCATION in the AndroidManifest.xml in order to be able to access location, when running in the background.
Code:
Users cannot grant this, if the app does not request it.
There is a problem with the Live-Location-Sharing when it is running in the background on all Android 10 devices!
Root Cause:
With Android 10 an app needs to request android.permission.ACCESS_BACKGROUND_LOCATION in the AndroidManifest.xml in order to be able to access location, when running in the background.
Code:
Users cannot grant this, if the app does not request it.