8000 Application getting unresponsive while asking for multiple permissions. · Issue #32 · florent37/RuntimePermission · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Application getting unresponsive while asking for multiple permissions. #32
Open
@raviraj16

Description

@raviraj16

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0