version:2.1 beta

fix:优化获取桌面图标接口
update:
This commit is contained in:
2022-04-26 10:30:01 +08:00
parent 7a1a4fe5a5
commit 5c821df549
4 changed files with 90 additions and 53 deletions

View File

@@ -927,6 +927,12 @@ public class ApkUtils {
this.add("cn.com.bifa.eyeshiely");
}};
public static List aihuaApp = new ArrayList(){{
this.add("com.liuyang.jcstudentside");
this.add("com.alibaba.android.rimet");
this.add("com.tencent.wemeet.app");
this.add("com.qi.studycomputer.launcher");
}};
public static void showAllAPP(Context context) {
PackageManager pm = context.getPackageManager();