version:m40se 2.9.7

fix:
update:不再杀死Settings
This commit is contained in:
2023-04-19 15:38:38 +08:00
parent 7cde31a7b6
commit 1765efb459
2 changed files with 3 additions and 2 deletions

View File

@@ -73,8 +73,8 @@ android {
official { official {
flavorDimensions "default" flavorDimensions "default"
versionCode 36 versionCode 37
versionName "2.9.6" versionName "2.9.7"
} }
} }

View File

@@ -1323,6 +1323,7 @@ public class Utils {
public static List<String> runningAppWhitelist = new ArrayList<String>() {{ public static List<String> runningAppWhitelist = new ArrayList<String>() {{
this.add(BuildConfig.APPLICATION_ID); this.add(BuildConfig.APPLICATION_ID);
this.add("com.android.settings");
this.add("com.android.launcher3"); this.add("com.android.launcher3");
this.add("com.fuying.appstore"); this.add("com.fuying.appstore");
this.add("com.uiui.info"); this.add("com.uiui.info");