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

[Feature request] Add permanently denied status for permission checking #1211

Open
Ne0n11 opened this issue Oct 28, 2024 · 3 comments
Open

Comments

@Ne0n11
Copy link

Ne0n11 commented Oct 28, 2024

Platforms

Android, iOS

Description

Right now when the permission could be requested up to 2 times on Android, and afterwards no dialog would be shown - cause it's status becomes permanentlyDenied. And there is no good mechanism to handle it.

Why

  1. To correctly determine when user has permanently denied access to gallery - to show him info message, that he can undo that in settings.
@AlexV525
Copy link
Member

Could you show your message every time the permission result returns denied? There is no big difference between the first and the second.

@Ne0n11
Copy link
Author

Ne0n11 commented Nov 8, 2024

Could you show your message every time the permission result returns denied? There is no big difference between the first and the second.

First and second - yes. But if you deny 2 times, you no longer would see system message with selecting the type of permission. And when this is the deal - would be great if plugin returns permanentlyDenied status.

@AlexV525
Copy link
Member

AlexV525 commented Nov 8, 2024

But if you deny 2 times, you no longer would see system message with selecting the type of permission.

Yeah exactly.

Labeling for further investigations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants