|
6 | 6 |
|
7 | 7 | * project address: [Github](https://github.com/getActivity/XXPermissions) |
8 | 8 |
|
9 | | -* [Click here to download demo apk directly](https://github.com/getActivity/XXPermissions/releases/download/21.2/XXPermissions.apk) |
| 9 | +* [Click here to download demo apk directly](https://github.com/getActivity/XXPermissions/releases/download/21.3/XXPermissions.apk) |
10 | 10 |
|
11 | 11 |    |
12 | 12 |
|
@@ -55,7 +55,7 @@ android { |
55 | 55 |
|
56 | 56 | dependencies { |
57 | 57 | // Permission request framework:https://github.com/getActivity/XXPermissions |
58 | | - implementation 'com.github.getActivity:XXPermissions:21.2' |
| 58 | + implementation 'com.github.getActivity:XXPermissions:21.3' |
59 | 59 | } |
60 | 60 | ``` |
61 | 61 |
|
@@ -209,9 +209,9 @@ XXPermissions.setInterceptor(new OnPermissionInterceptor() {}); |
209 | 209 |
|
210 | 210 | | Adaptation details | [XXPermissions](https://github.com/getActivity/XXPermissions) | [AndPermission](https://github.com/yanzhenjie/AndPermission) | [PermissionX](https://github.com/guolindev/PermissionX) | [AndroidUtilCode-PermissionUtils](https://github.com/Blankj/AndroidUtilCode) | [PermissionsDispatcher](https://github.com/permissions-dispatcher/PermissionsDispatcher) | [RxPermissions](https://github.com/tbruyelle/RxPermissions) | [EasyPermissions](https://github.com/googlesamples/easypermissions) | |
211 | 211 | |:-------------------------------------------------------------:| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | |
212 | | -| Corresponding version | 21.2 | 2.0.3 | 1.8.1 | 1.31.0 | 4.9.2 | 0.12 | 3.0.0 | |
| 212 | +| Corresponding version | 21.3 | 2.0.3 | 1.8.1 | 1.31.0 | 4.9.2 | 0.12 | 3.0.0 | |
213 | 213 | | 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) | |
214 | | -| Framework volume | 91 KB | 127 KB | 97 KB | 500 KB | 99 KB | 28 KB | 48 KB | |
| 214 | +| Framework volume | 92 KB | 127 KB | 97 KB | 500 KB | 99 KB | 28 KB | 48 KB | |
215 | 215 | | Framework Maintenance Status | **In maintenance** | stop maintenance | stop maintenance | stop maintenance | stop maintenance | stop maintenance | stop maintenance | |
216 | 216 | | Alarm reminder permission | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | |
217 | 217 | | All file management permissions | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | |
|
0 commit comments