version:3.5
fix:第一次开机不弹窗,修复重复请求时不抛出onerror异常,修复email意外弹出 update:
This commit is contained in:
@@ -19,6 +19,9 @@ public class CommonConfig {
|
||||
|
||||
/*首次启动app*/
|
||||
public final static String FIRST_STARTUP = "app_first_startup";
|
||||
/**设备是否首次启动*/
|
||||
public final static String DEVICES_FRIST_START = "DEVICES_FRIST_START";
|
||||
|
||||
/*保存的应用版本号*/
|
||||
public final static String SN_VERSIONCODE = "SN_VERSIONCODE";
|
||||
/*重启标识*/
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.aoleyun.sn.comm;
|
||||
|
||||
public class JGYActions {
|
||||
|
||||
/*锁定解锁设备 后台1是锁定,底层0是锁定*/
|
||||
public final static String ACTION_QCH_UNLOCK_IPAD = "qch_unlock_ipad";
|
||||
/*后台锁定*/
|
||||
|
||||
Reference in New Issue
Block a user