version:1.5

fix:
update:基本功能对接完成
This commit is contained in:
2023-03-02 16:01:07 +08:00
parent 2772685f0e
commit f79567f303
93 changed files with 5813 additions and 187 deletions

View File

@@ -17,4 +17,8 @@ interface IGetInfoInterface {
String getMapResult();
//获取mac作为sn
String getPushMac();
//是否激活
boolean SnIsActivation();
//设置为默认桌面
void setDefaultLauncher(String pkg);
}