-
Notifications
You must be signed in to change notification settings - Fork 178
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 issue #108
Comments
On which version of Android are you testing? You have to get this permission from app settings since Android 11. See the docs |
Do you have any idea to open the permission settings instead of app settings using this plugin?? |
Try this:
|
@zdevaty Why when i run the code you quoted it just returns ACCESS_BACKGROUND_LOCATION permission is not turned on? It does this to every single one of my request for permissions... |
Maybe this permission is rejected permanently in Android settings somehow? I don't know and I can't help you, as I changed my career so I won't have to deal with Android background location problems ever again. |
when i request for the location permission it doesn’t show allow all the time in the popup. i have already added ACCESS_BACKGROUND_LOCATION in the manifest.
The text was updated successfully, but these errors were encountered: