fix:
update:优化app霸屏
This commit is contained in:
2022-06-09 20:38:48 +08:00
parent 83159cc584
commit b917401e86
12 changed files with 81 additions and 15 deletions

View File

@@ -14,4 +14,5 @@ interface SystemInfoInterface {
String getSerial();
List<String> getHideIcon();
List<String> getDisableIcon();
String getTopAppPackage();
}