|
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/18.68/XXPermissions.apk) |
| 9 | +* [Click here to download demo apk directly](https://github.com/getActivity/XXPermissions/releases/download/20.0/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:18.68' |
| 58 | + implementation 'com.github.getActivity:XXPermissions:20.0' |
59 | 59 | } |
60 | 60 | ``` |
61 | 61 |
|
@@ -217,9 +217,9 @@ XXPermissions.setInterceptor(new OnPermissionInterceptor() {}); |
217 | 217 |
|
218 | 218 | | 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) | |
219 | 219 | |:-------------------------------------------------------------:| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | |
220 | | -| Corresponding version | 18.68 | 2.0.3 | 1.7.1 | 1.31.0 | 4.9.2 | 0.12 | 3.0.0 | |
| 220 | +| Corresponding version | 20.0 | 2.0.3 | 1.7.1 | 1.31.0 | 4.9.2 | 0.12 | 3.0.0 | |
221 | 221 | | 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) | |
222 | | -| Framework volume | 86 KB | 127 KB | 97 KB | 500 KB | 99 KB | 28 KB | 48 KB | |
| 222 | +| Framework volume | 87 KB | 127 KB | 97 KB | 500 KB | 99 KB | 28 KB | 48 KB | |
223 | 223 | | Framework Maintenance Status | **In maintenance** | stop maintenance | **In maintenance** | stop maintenance | stop maintenance | stop maintenance | stop maintenance | |
224 | 224 | | Alarm reminder permission | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | |
225 | 225 | | All file management permissions | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | |
|
0 commit comments