version:3.3
fix:修复几个闪退问题,升级后清除桌面数据 update:时钟,摄像头允许打开,日历app允许显示
This commit is contained in:
@@ -1201,6 +1201,9 @@ public class JGYUtils {
|
||||
if (ApkUtils.desktopAPP.contains(packageName)) {
|
||||
continue;
|
||||
}
|
||||
if (ApkUtils.aoleyunAPP.contains(packageName)) {
|
||||
continue;
|
||||
}
|
||||
if (ApkUtils.canremove_systemapp.contains(packageName)) {
|
||||
continue;
|
||||
}
|
||||
@@ -1220,6 +1223,7 @@ public class JGYUtils {
|
||||
|
||||
HashSet<String> showAppList = new HashSet<String>() {{
|
||||
this.add("com.android.calendar");
|
||||
this.add("com.android.calendar2");
|
||||
this.add("com.android.contacts");
|
||||
this.add("com.android.deskclock");
|
||||
this.add("com.android.camera2");
|
||||
|
||||
Reference in New Issue
Block a user