version:3.8 mtk

fix:
update:优化解锁后默认桌面
This commit is contained in:
2022-08-10 11:13:19 +08:00
parent a8c0e5b9bc
commit 7c9f21ed73
4 changed files with 32 additions and 18 deletions

View File

@@ -15,6 +15,6 @@ interface SystemInfoInterface {
List<String> getHideIcon();
List<String> getDisableIcon();
String getTopAppPackage();
boolean SystemPutInt(String name , int value);
boolean SystemPutInt(String name, int value);
void setDefaultDesktop(String pkg);
}