version:4.7

fix:
update:增加远程获取隐藏app列表,禁用app列表
This commit is contained in:
2022-05-23 16:22:23 +08:00
parent 1b83a79957
commit 14fd58b82f
7 changed files with 81 additions and 12 deletions

View File

@@ -944,7 +944,6 @@ public class ApkUtils {
this.add("com.android.calculator2");
this.add("com.qi.TFSystem");
this.add("com.qi.appstore");
}};
public static void showAllAPP(Context context) {
@@ -1187,7 +1186,7 @@ public class ApkUtils {
}
//排除所有系统应用,不显示
if (isSystemApp(context, packageName)) {
if (!AoleyunOSApp.contains(packageName)) {
if (!AoleyunOSApp.contains(packageName) && !aihuaApp.contains(packageName)) {
continue;
}
} else {