guolindev / PermissionX

An open source Android library that makes handling runtime permissions extremely easy.
Apache License 2.0
3.34k stars 386 forks source link

How to check permissions are granted or Not ? #234

Closed Yousaf128 closed 1 year ago

Yousaf128 commented 1 year ago

How to check runtime permissions are granted or not before request for permissions.?

guolindev commented 1 year ago

You can use this API to check https://github.com/guolindev/PermissionX/blob/1212ea1101b0f56d0e568d7353696b993922f0f7/permissionx/src/main/java/com/permissionx/guolindev/PermissionX.java#L72