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

Denying permission on android closes App #8

Open
amit3vedi opened this issue Feb 25, 2020 · 0 comments
Open

Denying permission on android closes App #8

amit3vedi opened this issue Feb 25, 2020 · 0 comments

Comments

@amit3vedi
Copy link

amit3vedi commented Feb 25, 2020

If we deny runtime camera permission on android we get alert with message to ask user to allow permission if we deny that as well in my case app closes because i have only one activity and i'm showing embedded quickkly view <QuikklyView /> and as per current android code activity.finish(); will be called and whole app will close.

This should not happen there should be some sort of callback to notify developer that permission is not granted and developer should be allowed to manage scenario where user deny permissions instead of just closing the whole app.

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