version:zhanrui 6.3.1,MTK 2.3.1
fix:讯飞输入法加入白名单 update:接口优化,bug修复
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user