version:1.0
fix: update:基本布局实现
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// IGetInfoInterface.aidl
|
||||
package com.uiui.sn;
|
||||
package com.uiui.zysn;
|
||||
|
||||
// Declare any non-default types here with import statements
|
||||
|
||||
@@ -13,19 +13,6 @@ interface IGetInfoInterface {
|
||||
|
||||
//获取sn
|
||||
String getSerial();
|
||||
//获取用户信息
|
||||
String getUserInfo();
|
||||
//获取隐藏APP
|
||||
List<String> getHideAPP();
|
||||
//获取禁止打开的APP
|
||||
List<String> getForbidAPP();
|
||||
|
||||
//获取app设置
|
||||
String getAppTimeControl();
|
||||
//获取整机设置
|
||||
String getSnTimeControl();
|
||||
//获取系统设置
|
||||
String getSetting();
|
||||
//获取定位结果
|
||||
String getMapResult();
|
||||
}
|
||||
Reference in New Issue
Block a user