version:3.5

fix:第一次开机不弹窗,修复重复请求时不抛出onerror异常,修复email意外弹出
update:
This commit is contained in:
2022-03-09 16:14:19 +08:00
parent 8d9fd57152
commit 62de0cac3f
13 changed files with 113 additions and 34 deletions

View File

@@ -696,14 +696,14 @@ public class ApkUtils {
this.add("com.android.calendar");
this.add("com.android.dreams.basic");
this.add("com.android.musicfx");
// this.add("com.android.email");
this.add("com.android.email");
this.add("com.jiaoguanyi.sysc");
}};
//需要管控的系统可以卸载的应用
public static List<String> show_canremove_systemapp = new ArrayList<String>() {{
this.add("com.android.calendar");
this.add("com.android.email");
// this.add("com.android.email");
}};