version:2.9
fix: update:爱华解锁后不删除应用
This commit is contained in:
@@ -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[]{};
|
||||
|
||||
Reference in New Issue
Block a user