version:3.5
fix:第一次开机不弹窗,修复重复请求时不抛出onerror异常,修复email意外弹出 update:
This commit is contained in:
@@ -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");
|
||||
}};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user