version:1.3.6

fix:
update:显示微信抖音
This commit is contained in:
2024-11-04 09:45:57 +08:00
parent 5ab9e05191
commit b55ceaa93a
4 changed files with 173 additions and 14 deletions

View File

@@ -38,12 +38,17 @@ public class AppStatusManager {
this.add("com.android.calculator2");
this.add("com.android.calendar");
this.add("com.android.settings");
this.add("com.android.stk");
this.add("com.tencent.mm");
this.add("com.ss.android.ugc.aweme");
this.add("com.mediatek.camera");
}};
private static final Set<String> mExcludeApp = new HashSet<String>() {{
this.add("com.android.contacts");
this.add("com.android.dialer");
this.add("com.mediatek.camera");
// this.add("com.mediatek.camera");
this.add("cn.etouch.ecalendar");
}};