version:1.3.5

fix:
update:增加学习资源下载,修复退出桌面再进入卡顿,增加语音助手
This commit is contained in:
2023-04-23 11:08:44 +08:00
parent eef000be87
commit 3346ffca88
29 changed files with 982 additions and 109 deletions

View File

@@ -23,4 +23,6 @@ interface IGetInfoInterface {
void setDefaultLauncher(String pkg);
//获取应用使用时长
String getAppUsedStatistics();
//获取应用市场app
List<String> getAdminApp();
}