Skip to content
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

requestPermission returns deniedForever after dismissing the permission dialog #1009

Open
ElHyperion opened this issue Dec 6, 2024 · 0 comments

Comments

@ElHyperion
Copy link

ElHyperion commented Dec 6, 2024

Describe the bug
When requesting permission with the requestPermission method, a dialog appears. If I click outside of it, I expect to have the value denied returned from it, as it does with the permission_handler package. However, it returns deniedForever, which is supposed to happen only after the user explicitly clicks the Deny button and the application is therefore prevented from firing up other such dialogs.

Expected behavior
denied is returned

Tested on:

  • Android, API Level 34 real device
  • Package version 7.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant