version:2.9

fix:
update:爱华解锁后不删除应用
This commit is contained in:
2022-06-21 09:14:31 +08:00
parent cdaaaaed91
commit c9a5105e3e
2 changed files with 9 additions and 0 deletions

View File

@@ -1315,6 +1315,10 @@ public class JGYUtils {
if (locked == 1) {
return;
}
int aihuaUnlock = Settings.Global.getInt(mContext.getContentResolver(), CommonConfig.AIHUA_UNLOCK, 0);
if (aihuaUnlock == 1) {
return;
}
Log.e(TAG, "deleteOtherApp: " + "start");
String[] result_white = new String[]{};
String[] result_forbid = new String[]{};