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.
Hey there,
I've updated the whole app after seeing that the development here came to a stop.
The mentioned issue has been fixed in my fork. Feel free to check it out. :)
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.