You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
In android 11 I noticed this flow- permissions popups are dismissible, and when the user dismisses any permission popup, we get a callback like user-selected ‘never ask again’
We need to add a check if at least anyone permission is denied earlier and RationaleShouldBeShown is false that means at least one permission is permanently denied, that time we need to show settings dialog.
I have implemented this new change w.r.to Android11 API30 for this here
The text was updated successfully, but these errors were encountered:
Hey @myjarvis thanks for reporting! Could you please describe if you are facing a bug or requesting a feature? Reading your issue description and title I'm not sure what you mean.
Hi, @pedrovgs Yes it's a bug in Android11 or API 30+.
Steps:
Request for permission the first time.
just click outside the permission request dialog.
You will see the settings screen alert without even denying or deny and not ask again option selected.
Resource - a video with the bug and a fix explained in the blog.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In android 11 I noticed this flow- permissions popups are dismissible, and when the user dismisses any permission popup, we get a callback like user-selected ‘never ask again’
We need to add a check if at least anyone permission is denied earlier and RationaleShouldBeShown is false that means at least one permission is permanently denied, that time we need to show settings dialog.
I have implemented this new change w.r.to Android11 API30 for this here
The text was updated successfully, but these errors were encountered: