version:1.5.8

fix:
update:更换图标,增加护眼模式,增加幼儿模式
This commit is contained in:
2023-08-22 18:08:06 +08:00
parent fc5d807bb8
commit 29c799c744
26 changed files with 234 additions and 98 deletions

View File

@@ -25,4 +25,6 @@ interface IGetInfoInterface {
String getAppUsedStatistics();
//获取应用市场app
List<String> getAdminApp();
//写入系统数据
boolean putSecureInt(String key, int value);
}