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

@@ -477,6 +477,7 @@ public class ApkUtils {
pm.setApplicationEnabledSetting(pkg, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, 0);
return true;
} catch (Exception e) {
Log.e(TAG, "disableApp: " + e.getMessage());
return false;
}
}