version:1.3.5

fix:
update:dock增加短信,去掉显示sim卡联系人
This commit is contained in:
2024-10-29 15:51:11 +08:00
parent d215329e28
commit 5ab9e05191
11 changed files with 26 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ public class AppStatusManager {
addHidedApp("com.youloft.calendar");
addHidedApp("com.honghui.huangli");
ApkUtils.uninstall(mContext, "cn.etouch.ecalendar");
ApkUtils.disableApp(mContext, "cn.etouch.ecalendar");
mMMKV.encode(CommonConfig.HIDE_CALENDAR_KEY, true);
Log.e(TAG, "AppStatusManager: hide calendar");
}