Skip to content

Commit e766043

Browse files
committed
剔除文档上面对框架的混淆规则
1 parent 6f1ce35 commit e766043

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README-en.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,6 @@ XXPermissions.setCheckMode(false);
193193
XXPermissions.setInterceptor(new OnPermissionInterceptor() {});
194194
```
195195

196-
#### Framework proguard rules
197-
198-
* Added in the `proguard-rules.pro` file:
199-
200-
```text
201-
-keep class com.hjq.permissions.** {*;}
202-
```
203-
204196
#### About the permission monitoring callback parameter description
205197

206198
* We all know that if the user grants all it will only call `onGranted` method, which will only be called if the user rejects all `onDenied` method.

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,6 @@ XXPermissions.setCheckMode(false);
199199
XXPermissions.setInterceptor(new OnPermissionInterceptor() {});
200200
```
201201

202-
#### 框架混淆规则
203-
204-
* 在混淆规则文件 `proguard-rules.pro` 中加入
205-
206-
```text
207-
-keep class com.hjq.permissions.** {*;}
208-
```
209-
210202
#### 关于权限监听回调参数说明
211203

212204
* 我们都知道,如果用户全部授予只会调用 `onGranted` 方法,如果用户全部拒绝只会调用 `onDenied` 方法。

0 commit comments

Comments
 (0)