version:4.7

fix:
update:增加远程获取隐藏app列表,禁用app列表
This commit is contained in:
2022-05-23 16:22:23 +08:00
parent 1b83a79957
commit 14fd58b82f
7 changed files with 81 additions and 12 deletions

View File

@@ -12,4 +12,6 @@ interface SystemInfoInterface {
double aDouble, String aString);
String getSerial();
List<String> getHideIcon();
List<String> getDisableIcon();
}