You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ErdbeerbaerLP
added a commit
to ErdbeerbaerLP/velociraptor
that referenced
this issue
Jul 1, 2023
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.
The text was updated successfully, but these errors were encountered: