From 35151aa9242fcfda325e44af70b19a4b20575795 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Wed, 28 Sep 2022 14:06:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=EF=BC=9A=E6=9B=B4=E6=96=B0AP?= =?UTF-8?q?P=E9=80=9A=E7=9F=A5=E8=BD=AC=E5=8F=91=E7=9A=84=E5=A4=9A?= =?UTF-8?q?=E9=87=8D=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 20 ++++++++++---------- app/src/main/res/values-en/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 90ee13be..dc956622 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -4,13 +4,13 @@ #包名不混合大小写 -dontusemixedcaseclassnames #不去忽略非公共的库类 --dontskipnonpubliclibraryclasses +#-dontskipnonpubliclibraryclasses # 指定不去忽略非公共的库的类的成员 --dontskipnonpubliclibraryclassmembers +#-dontskipnonpubliclibraryclassmembers #优化 不优化输入的类文件 -dontoptimize #预校验 --dontpreverify +#-dontpreverify #混淆时是否记录日志 -verbose # 混淆时所采用的算法 @@ -22,7 +22,7 @@ ##记录生成的日志数据,gradle build时在本项目根目录输出## #apk 包内所有 class 的内部结构 --dump class_files.txt +#-dump class_files.txt #未混淆的类和成员 -printseeds seeds.txt #列出从 apk 中删除的代码 @@ -138,12 +138,12 @@ -keep class microsoft.aspnet.signalr.** { *; } # 极光推送混淆 --dontoptimize --dontpreverify --dontwarn cn.jpush.** --keep class cn.jpush.** { *; } --dontwarn cn.jiguang.** --keep class cn.jiguang.** { *; } +#-dontoptimize +#-dontpreverify +#-dontwarn cn.jpush.** +#-keep class cn.jpush.** { *; } +#-dontwarn cn.jiguang.** +#-keep class cn.jiguang.** { *; } # 数据库框架OrmLite -keepattributes *DatabaseField* diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml index 5a54e07e..7c5704af 100644 --- a/app/src/main/res/values-en/strings.xml +++ b/app/src/main/res/values-en/strings.xml @@ -392,7 +392,7 @@ SIM1 SIM2 Example of multiple matching rules: (see wiki for syntax)\n\nAND IS PHONE_NUM EQUALS 10086\n[space]OR IS PHONE_NUM EQUALS 10011\nAND IS MSG_CONTENT CONTAIN arrears\n\nThe above rule means: receive a text message, and (the mobile phone number is 10086 or the mobile phone number is 10010), and the content of the text message includes arrears When forwarding the text message\n\nNote: The space at the beginning of each line represents the level, too complex multiple rules may lead to a large memory usage! - Example of multiple matching rules: (see wiki for syntax)\n\nAND IS PACKAGE_NAME EQUALS com.tencent.mm\n[space]OR IS PACKAGE_NAME EQUALS com.tencent.mm\nAND IS INFORM_CONTENT CONTAIN arrears\n\nThe above rules mean: Receive an APP notification, and (the APP package name is com.tencent.mm or the APP package name is com.tencent.mm), and the content of the notification includes forwarding the notification when the payment is in arrears\n\nNote: The space at the beginning of each line represents the level, too complex multiple rules may lead to a large memory usage! + Example of multiple matching rules: (see wiki for syntax)\n\nAND IS PACKAGE_NAME EQUALS com.tencent.mm\n[space]OR IS PACKAGE_NAME EQUALS com.tencent.mobileqq\nAND IS INFORM_CONTENT CONTAIN arrears\n\nThe above rules mean: Receive an APP notification, and (the APP package name is com.tencent.mm or the APP package name is com.tencent.mobileqq), and the content of the notification includes forwarding the notification when the payment is in arrears\n\nNote: The space at the beginning of each line represents the level, too complex multiple rules may lead to a large memory usage! POST GET PUT diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 620f0c26..e660490f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -393,7 +393,7 @@ SIM1 SIM2 多重匹配规则示例:(语法参见wiki)\n\n并且 是 手机号 相等 10086\n[空格]或者 是 手机号 相等 10011\n并且 是 短信内容 包含 欠费\n\n以上规则表示:收到短信,并且(手机号是10086 或者 手机号是10010),并且 短信内容 包含 欠费 时转发短信\n\n注意:每行开始的空格代表层级,太过复杂的多重规则可能导致内存占用很大! - 多重匹配规则示例:(语法参见wiki)\n\n并且 是 APP包名 相等 com.tencent.mm\n[空格]或者 是 APP包名 相等 com.tencent.mm\n并且 是 通知内容 包含 欠费\n\n以上规则表示:收到APP通知,并且(APP包名是com.tencent.mm 或者 APP包名是com.tencent.mm),并且 通知内容 包含 欠费 时转发通知\n\n注意:每行开始的空格代表层级,太过复杂的多重规则可能导致内存占用很大! + 多重匹配规则示例:(语法参见wiki)\n\n并且 是 APP包名 相等 com.tencent.mm\n[空格]或者 是 APP包名 相等 com.tencent.mobileqq\n并且 是 通知内容 包含 欠费\n\n以上规则表示:收到APP通知,并且(APP包名是com.tencent.mm 或者 APP包名是com.tencent.mobileqq),并且 通知内容 包含 欠费 时转发通知\n\n注意:每行开始的空格代表层级,太过复杂的多重规则可能导致内存占用很大! POST GET PUT