version:m40se 2.9.7
fix: update:不再杀死Settings
This commit is contained in:
@@ -73,8 +73,8 @@ android {
|
||||
|
||||
official {
|
||||
flavorDimensions "default"
|
||||
versionCode 36
|
||||
versionName "2.9.6"
|
||||
versionCode 37
|
||||
versionName "2.9.7"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1323,6 +1323,7 @@ public class Utils {
|
||||
|
||||
public static List<String> runningAppWhitelist = new ArrayList<String>() {{
|
||||
this.add(BuildConfig.APPLICATION_ID);
|
||||
this.add("com.android.settings");
|
||||
this.add("com.android.launcher3");
|
||||
this.add("com.fuying.appstore");
|
||||
this.add("com.uiui.info");
|
||||
|
||||
Reference in New Issue
Block a user