version:1.0.1

fix:
update:去掉推送,增加退出和返回桌面,使用csdk获取sn
This commit is contained in:
2025-11-21 09:44:10 +08:00
parent 405fc61268
commit ebbd2b5aba
33 changed files with 419 additions and 423 deletions

View File

@@ -21,6 +21,7 @@ interface IGetInfoInterface {
String getActivationCode();
//设置为默认桌面
void setDefaultLauncher(String pkg);
void setCustomLauncher(String pkg, String className);
//退出桌面
void exitDesktop();
//能否退出桌面