microg / UnifiedNlp

Alternative network location provider for Android, with plugin interface to easily integrate third-party location providers.
944 stars 207 forks source link

Add background location access to all backends #218

Closed VesperLlama closed 2 years ago

VesperLlama commented 2 years ago

GMSCore has background location access permission but apps do not get the location. I have tried several backends but none of them work in background. Only the Mozilla Location backend works because it has a configure menu so it stays in foreground and only then it provides the location. Other backends can not be launched normally so they never work.

All backends only have location permission for "Allow only while in use". I think all the backends also need background location access for the location to work.

Information:- Device:- Xiaomi Redmi Note 10 Pro ROM:- CrDroid 7 (Android 11) Installed MicroG with MinMicroG installer

VesperLlama commented 2 years ago

Nevermind. I reinstalled the apps from F-droid and now i get option to allow location all the time.