pluscubed / velociraptor

Floating speed limit monitor for Android
https://play.google.com/store/apps/details?id=com.pluscubed.velociraptor
GNU General Public License v3.0
132 stars 36 forks source link

ACCESS_BACKGROUND_LOCATION missing #118

Open folville opened 3 years ago

folville commented 3 years ago

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.

cyb3rko commented 1 year ago

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. :)

https://github.com/cyb3rko/velociraptor-v2