version:4.7
fix: update:增加远程获取隐藏app列表,禁用app列表
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user