florent37 / florent37/RuntimePermission

Application getting unresponsive while asking for multiple permissions.

Open
#32 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
860
Forks
70
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the askPermission call shown in the report and reproduce it using the three permissions on library version 1.1.2. Trace what happens after the permissions are granted and compare the callback or continuation behavior; done means the application remains responsive after all requested permissions are allowed.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java, kotlin
Domain
mobile, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.