version:1.0.0

update:增加混淆,优化其他包名
bugfixes:
This commit is contained in:
2024-07-11 17:12:25 +08:00
parent 986bebfea4
commit ef836554ad
17 changed files with 488 additions and 40 deletions

View File

@@ -67,9 +67,9 @@ public class ApkUtils {
this.add("com.uiui.videoplayer");
// this.add("com.uiui.health");
this.add("com.tencent.android.qqdownloader");
// this.add("com.uiuios.appstore");
// this.add("com.xxpatx.store");
this.add("com.joytv.live");
this.add("com.uiuios.appstore");
this.add("com.xxpatx.store");
this.add("com.teclast.zyos");
this.add("com.teclast.zy");
this.add("com.teclast.zyappstore");
@@ -81,9 +81,9 @@ public class ApkUtils {
}};
public static HashSet<String> showPackageName = new HashSet<String>() {{
this.add("com.uiuios.sn");
this.add("com.xxpatx.sn");
this.add("com.uiuios.browser");
// this.add("com.uiuios.appstore");
// this.add("com.xxpatx.store");
this.add("com.android.dialer");
this.add("com.android.gallery3d");
this.add("com.android.settings");
@@ -158,14 +158,14 @@ public class ApkUtils {
this.add("com.android.gallery3d");
this.add("com.android.camera2");
this.add("com.android.settings");
this.add("com.uiuios.sn");
this.add("com.uiuios.appstore");
this.add("com.xxpatx.sn");
this.add("com.xxpatx.store");
}};
private static List<String> hideApp = new ArrayList<String>() {{
this.add("com.uiuios.sn");
this.add("com.xxpatx.sn");
this.add("com.xxpatx.os");
this.add("com.uiuios.appstore");
this.add("com.xxpatx.store");
this.add("com.android.quicksearchbox");
this.add("com.android.stk");
this.add("com.debug.loggerui");
@@ -249,7 +249,7 @@ public class ApkUtils {
resolveInfos.add(resolveInfo);
}
} else {
if ("com.uiuios.sn".equals(pkg)) {
if ("com.xxpatx.sn".equals(pkg)) {
resolveInfos.add(resolveInfo);
} else {
Log.e(TAG, "queryFilterAppInfo: pkgSet ! contains " + pkg);
@@ -322,7 +322,7 @@ public class ApkUtils {
}
public static final HashSet<String> phoneShowPackageName = new HashSet<String>() {{
this.add("com.uiuios.sn");
this.add("com.xxpatx.sn");
// this.add("com.uiuios.browser");
// this.add("com.android.dialer");
// this.add("com.android.gallery3d");
@@ -377,7 +377,7 @@ public class ApkUtils {
resolveInfos.add(resolveInfo);
}
} else {
// if ("com.uiuios.sn".equals(pkg)) {
// if ("com.xxpatx.sn".equals(pkg)) {
// resolveInfos.add(resolveInfo);
// } else {
Log.e(TAG, "getAppstoreAppInfo: pkgSet ! contains " + pkg);