version:huaruian 1.1.1

fix:修复自动升级后不下载桌面和其他更新
update:增加bugly
This commit is contained in:
2023-08-31 17:13:08 +08:00
parent 03901123da
commit 51a125ce3f
18 changed files with 496 additions and 145 deletions

View File

@@ -31,8 +31,11 @@ public class CommonConfig {
*/
public final static String DEVICES_FRIST_START = "DEVICES_FRIST_START";
/*是否激活*/
public static final String UIUI_ACTIVATION_KEY = "uiui_activation";
/*保存激活码*/
public static final String ACTIVATIONBEAN_CODE_KEY = "UIUI_ACTIVATIONBEAN_CODE";
/*保存的应用版本号*/
public final static String SN_VERSIONCODE = "SN_VERSIONCODE";
/*重启标识*/
@@ -57,6 +60,7 @@ public class CommonConfig {
public final static String GET_DEVICES_TAG_LASTTIME = "Aoleyun_devices_tag_last_time";
/**
* 管控系统指令
*/