version:2.2.10.25

fix:
update:增加禁用app功能
This commit is contained in:
2022-10-26 10:22:59 +08:00
parent 7425bdd59c
commit 8acda9798b
3 changed files with 19 additions and 5 deletions

View File

@@ -186,6 +186,10 @@ public class ItemClickHandler {
if (JGYUtils.isUnlocked(context)) {
return false;
}
if (JGYUtils.isDisable(context, pkg)) {
ToastUtil.show("应用已被禁用");
return true;
}
switch (pkg) {
case "com.mediatek.camera":
case "com.android.camera2":