version:1.1

fix:
update:优化
This commit is contained in:
2023-03-12 19:19:47 +08:00
parent a5e8623bed
commit 69bf8b4139
45 changed files with 658 additions and 4294 deletions

View File

@@ -1,5 +1,5 @@
// IGetInfoInterface.aidl
package com.uiui.zysn;
package com.uiui.zy;
// Declare any non-default types here with import statements
@@ -21,4 +21,6 @@ interface IGetInfoInterface {
boolean SnIsActivation();
//设置为默认桌面
void setDefaultLauncher(String pkg);
//获取应用使用时长
String getAppUsedStatistics();
}