version:2.7

fix:优化部分接口,对接默认app推送和接口
add:
This commit is contained in:
2022-07-11 17:21:04 +08:00
parent de6628ab99
commit e7472f18fe
17 changed files with 389 additions and 165 deletions

View File

@@ -1311,9 +1311,10 @@ public class Utils {
}
public static List<String> runningAppWhitelist = new ArrayList<String>() {{
this.add("com.android.launcher3");
this.add(BuildConfig.APPLICATION_ID);
this.add("com.android.launcher3");
this.add("com.uiui.appstore");
this.add("com.uiui.info");
this.add("com.uiui.os");
this.add("com.uiui.aios");
this.add("com.uiui.browser");