An open source Android library that makes handling runtime permissions extremely easy.
Stars
3.7k
Forks
418
Watchers
3.7k
Open Issues
77
Overall repository health assessment
No package.json found
This might not be a Node.js project
Support Android 14 READ_MEDIA_VISUAL_USER_SELECTED permission.
ec2ac31View on GitHubFix crash bug when requesting POST_NOTIFICATIONS permission on Android 12 and below.
041efedView on GitHubFix bug https://github.com/guolindev/PermissionX/issues/178. Use ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION instead when ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION couldn't be resolved in some devices.
5bd02e2View on GitHubIt's too dangerous that inRequestFlow may be not finished by some reasons. The request flow won't be able to trigger again. Fix bug https://github.com/guolindev/PermissionX/issues/185 https://github.com/guolindev/PermissionX/issues/186
9edd79dView on GitHubGet the corresponding permission icon dynamically, instead of using static images.
b08ba3bView on GitHub