version:zhanrui 6.3.1,MTK 2.3.1

fix:讯飞输入法加入白名单
update:接口优化,bug修复
This commit is contained in:
2023-01-07 16:44:01 +08:00
parent 5da1be5d70
commit 8d0579a0f5
11 changed files with 145 additions and 180 deletions

View File

@@ -1,6 +1,5 @@
package com.aoleyun.sn.utils;
import android.app.ActivityManager;
import android.app.PendingIntent;
import android.content.ComponentName;
import android.content.Context;
@@ -739,11 +738,12 @@ public class ApkUtils {
//桌面app
public static List<String> desktopAPP = new ArrayList<String>() {{
this.add("com.aoleyunos.dop1");
this.add("com.aoleyunos.dop2");
// this.add("com.aoleyunos.dop1");
// this.add("com.aoleyunos.dop2");
this.add("com.uiuios.jgy1");
this.add("com.uiuios.jgy2");
this.add("com.android.uiuios");
this.add("com.shoufei.aole");
}};
public static List<String> aoleyunAPP = new ArrayList<String>() {{
@@ -752,6 +752,7 @@ public class ApkUtils {
this.add("com.aoleyun.info");
this.add("com.aoleyun.os");
this.add("com.aoleyun.browser");
this.add("com.aoleyun.browser");
}};
//出厂自带的app
@@ -973,6 +974,8 @@ public class ApkUtils {
this.add("com.creative.strokeprovider");
this.add("com.ckl.oraltraining");
this.add("com.ckl.fcfilemanager");
this.add("com.iflytek.inputmethod");
}};
public static void showAllAPP(Context context) {