bugfixes:优化命名
This commit is contained in:
2025-03-13 10:41:32 +08:00
parent 816753a500
commit 8716bf0e36
25 changed files with 458 additions and 397 deletions

View File

@@ -18,7 +18,6 @@ import android.os.Binder;
import android.os.Build;
import android.provider.Settings;
import android.text.TextUtils;
import android.util.ArraySet;
import android.util.Log;
import androidx.annotation.RequiresApi;
@@ -555,7 +554,7 @@ public class ApkUtils {
if (pkgs.contains(s)) {
continue;
}
JGYUtils.getInstance().hideApp(s);
JgyUtils.getInstance().hideApp(s);
}
}
@@ -1220,7 +1219,7 @@ public class ApkUtils {
Log.e(TAG, "showAllApp: continue: " + pkg);
continue;
}
if ("Aiud_A8_ag_1095".equals(Build.MODEL)) {
if (JgyUtils.getInstance().isAiuduPlatform()) {
if (AiudHideApp.contains(pkg)) {
continue;
}