version:3.3

fix:修复几个闪退问题,升级后清除桌面数据
update:时钟,摄像头允许打开,日历app允许显示
This commit is contained in:
2022-03-07 18:07:18 +08:00
parent 3ef0e56a08
commit 8d9fd57152
7 changed files with 31 additions and 14 deletions

View File

@@ -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");