version:2.0.8

bugfixes:
update:更滑图标,增加获取系统设置
This commit is contained in:
2025-09-08 18:19:15 +08:00
parent 7ba6544143
commit 8229219fc1
41 changed files with 1066 additions and 181 deletions

View File

@@ -13,16 +13,26 @@ interface IGetInfoInterface {
//获取sn
String getSerial();
//获取定位结果
String getMapResult();
//获取mac作为sn
String getPushMac();
//是否激活
boolean SnIsActivation();
//设置为默认桌面
//获取激活码
String getActivationCode();
//设置为默认桌面
void setDefaultLauncher(String pkg);
//退出桌面
void exitDesktop();
//能否退出桌面
boolean isReturnAndroid();
//模拟返回键
void keyBack();
//获取定位结果
String getMapResult();
//获取应用使用时长
String getAppUsedStatistics();
//使用第三方应用
boolean showThirdApp();
//获取应用市场app
List<String> getAdminApp();
//写入系统数据