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

Application getting unresponsive while asking for multiple permissions. #32

Open
raviraj16 opened this issue May 16, 2020 · 0 comments
Open

Comments

@raviraj16
Copy link

raviraj16 commented May 16, 2020

I have written the below code to ask for the camera, read external storage and write external storage permissions, but after I allow the permissions the App gets hanged.

askPermission(
            Manifest.permission.READ_EXTERNAL_STORAGE,
            Manifest.permission.WRITE_EXTERNAL_STORAGE,
            Manifest.permission.CAMERA
        )

The library version that I am using is 1.1.2.

Kindly help.

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