version:2.2.10.25
fix: update:增加禁用app功能
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user