version: cude 5.9 mtk 3.4

fix:优化百度地图位置乱码
update:增加手动爱华解锁判断
This commit is contained in:
2022-07-05 20:24:57 +08:00
parent 6ab5e00948
commit 5b49f1370f
8 changed files with 57 additions and 20 deletions

View File

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