1.4.1217
bugfixes:优化命名
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user