RuntimePermission icon indicating copy to clipboard operation
RuntimePermission copied to clipboard

Application getting unresponsive while asking for multiple permissions.

Open raviraj16 opened this issue 4 years ago • 0 comments

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.

raviraj16 avatar May 16 '20 11:05 raviraj16