-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background location permission on Android 10 #9
Comments
Hi. Thanks for using my module :) |
Hi! :) I've read that the developer of microG recently stated he would pick up the work on it soon. But that's already some time ago again. If including an apk of a fork is an option I can check if I find one that works. Since there's no updates to the official apk right now it might be worth including a fixed version for the time being. What do you think? |
I agree. When you find an fork with it fixed and an apk I change it. I would be happier if you change it via a pull request through, you only need to swapout apk. I already added the permission in the other (module) xml as it's needed anyway |
Nice, I wait for the apk or pull request :) (In meantime I work on Play Store) |
Hi again; would it be for you possible to test something? (#10) |
Well, I decided to use the fork of @eplinux as it already contains the fixes for both GmsCore and UnifiedNlp. Once that is running it should be no problem to test it :) |
I already thought about just de- and recompiling the official apk with |
From module site this is fixed and UnifiedNlp 2.0 is worked on, so ig I can close this |
Android 10 introduced a new 'background location' permission.
As mentioned here UnifiedNlp needs to request this permission in order to function propperly.
Being a very simple fix i would love to see it in Microg Installer Revived :)
To fix it add
to the AndroidManifest.xml of GmsCore.
There's also a open pull request on microg that does exactly that.
The text was updated successfully, but these errors were encountered: