version:1.8.7

fix:
update:去掉butterknife
This commit is contained in:
2024-08-28 15:24:57 +08:00
parent eea0350ac4
commit 7ba8603363
124 changed files with 10906 additions and 10823 deletions

View File

@@ -100,7 +100,7 @@ public class ApkUtils {
// this.add("com.android.settings");
this.add("com.android.messaging");
this.add("com.android.camera2");
this.add("com.android.mms");
// this.add("com.android.mms");
// this.add("com.uiui.city");
// this.add("com.android.fmradio");
// this.add("com.android.documentsui");
@@ -126,7 +126,7 @@ public class ApkUtils {
public static final String ANDROID_LAUNCHER3_CLASS_NAME = "com.android.launcher3.Launcher";
public static final String ANDROID_LAUNCHER3_Quickstep_CLASS_NAME = "com.android.launcher3.uioverrides.QuickstepLauncher";
private static String TAG = ApkUtils.class.getSimpleName();
private static final String TAG = "ApkUtils";
public static ArrayList<ApplicationInfo> getSystemApp(Context context) {
PackageManager pm = context.getPackageManager();