|
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.3/XXPermissions.apk) |
| 9 | +* [Click here to download demo apk directly](https://github.com/getActivity/XXPermissions/releases/download/22.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:21.3' |
| 58 | + implementation 'com.github.getActivity:XXPermissions:22.0' |
59 | 59 | } |
60 | 60 | ``` |
61 | 61 |
|
@@ -212,9 +212,9 @@ XXPermissions.setPermissionInterceptor(new OnPermissionInterceptor() {}); |
212 | 212 |
|
213 | 213 | | 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) | |
214 | 214 | |:-------------------------------------------------------------:| :----------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------: | |
215 | | -| Corresponding version | 21.3 | 2.0.3 | 1.8.1 | 1.31.0 | 4.9.2 | 0.12 | 3.0.0 | |
| 215 | +| Corresponding version | 22.0 | 2.0.3 | 1.8.1 | 1.31.0 | 4.9.2 | 0.12 | 3.0.0 | |
216 | 216 | | 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) | |
217 | | -| Framework volume | 92 KB | 127 KB | 97 KB | 500 KB | 99 KB | 28 KB | 48 KB | |
| 217 | +| Framework volume | 106 KB | 127 KB | 97 KB | 500 KB | 99 KB | 28 KB | 48 KB | |
218 | 218 | | Framework Maintenance Status | **In maintenance** | stop maintenance | stop maintenance | stop maintenance | stop maintenance | stop maintenance | stop maintenance | |
219 | 219 | | Alarm reminder permission | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | |
220 | 220 | | All file management permissions | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | ❌ | |
@@ -329,8 +329,6 @@ XXPermissions.setPermissionInterceptor(new OnPermissionInterceptor() {}); |
329 | 329 |
|
330 | 330 | * Concise and easy to use: using the method of chain call, only one line of code is needed to use |
331 | 331 |
|
332 | | -* Impressive volume: The functions are the most complete among similar frames, but the frame volume is at the bottom |
333 | | - |
334 | 332 | * Comprehensive support: the first and only permission request framework that adapts to all Android versions |
335 | 333 |
|
336 | 334 | * Overcoming technical difficulties: the first framework to solve system memory leaks in Android 12 for permission applications |
|
0 commit comments