version:1.8.7
fix: update:去掉butterknife
This commit is contained in:
@@ -27,4 +27,8 @@ interface IGetInfoInterface {
|
||||
List<String> getAdminApp();
|
||||
//写入系统数据
|
||||
boolean putSecureInt(String key, int value);
|
||||
//写入系统数据
|
||||
boolean putSystemInt(String key, int value);
|
||||
//写入系统数据
|
||||
boolean putSystemFloat(String key, float value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user