version:1.8.7
fix: update:去掉butterknife
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user