You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### What should I do if the dialog box pops up before and after the permission application
125
125
126
-
* An interceptor interface is provided inside the framework. It is enough to implement the interface provided [ IPermissionInterceptor ](/library/src/main/java/com/hjq/permissions/IPermissionInterceptor.java) in the framework. For specific implementation, please refer to the [ PermissionInterceptor ](app/src/main/java/com/hjq/permissions/demo/PermissionInterceptor.java) class provided in Demo. It is recommended to download the source code and read it, and then introduce the code into the project
126
+
* An interceptor interface is provided inside the framework. It is enough to implement the interface provided [OnPermissionInterceptor](/library/src/main/java/com/hjq/permissions/OnPermissionInterceptor.java) in the framework. For specific implementation, please refer to the [ PermissionInterceptor ](app/src/main/java/com/hjq/permissions/demo/PermissionInterceptor.java) class provided in Demo. It is recommended to download the source code and read it, and then introduce the code into the project
127
127
128
128
* The way to use interception is also very simple. There are two specific settings, one for local settings and the other for global settings.
| Number of issues |[](https://github.com/getActivity/XXPermissions/issues)|[](https://github.com/yanzhenjie/AndPermission/issues)|[](https://github.com/guolindev/PermissionX/issues)|[](https://github.com/Blankj/AndroidUtilCode/issues)|[](https://github.com/permissions-dispatcher/PermissionsDispatcher/issues)|[](https://github.com/tbruyelle/RxPermissions/issues)|[](https://github.com/googlesamples/easypermissions/issues)|
0 commit comments