-
Notifications
You must be signed in to change notification settings - Fork 11
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
Requesting ACCESS_BACKGROUND_LOCATION never completes #28
Comments
Thanks for reporting this, I am looking into it. |
I just tried it on Android 12 and I got the result Needs Rationale. This is for the clean app install, no prior permissions are given. |
This happens with me as well , Requesting multiple permissions with requesting background location access results in Needs Rationale and Denies the rest of the permissions automatically without showing any kind of dialog |
I just tried to request all three location permissions at the same time and got the same result as you.
Each permission has a combination of the following characteristics:
When I try to request ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION with Peko I get the Request popup and the result is not Denied Permanently |
Hello there! Trying to gain background access. I learned that Peko, while requesting ACCESS_BACKGROUND_LOCATION, transitions user to the app permission settings only if ACCESS_FINE_LOCATION was previously gained, otherwise the flow does not emit anything. Is it intended behavior?
Steps to reproduce:
AndroidManifest:
Activity's onCreate():
The text was updated successfully, but these errors were encountered: