version:2.2.10.25

fix:
update:增加禁用app
This commit is contained in:
2022-10-26 09:20:21 +08:00
parent 5875eff3c6
commit 2db37bdfa4
20 changed files with 442 additions and 68 deletions

View File

@@ -17,4 +17,5 @@ interface SystemInfoInterface {
String getTopAppPackage();
boolean SystemPutInt(String name, int value);
void setDefaultDesktop(String pkg);
List<String> getDisableApp();
}