version:2.0.3.6
update: fix:修复桌面图标丢失,安装会出现教官壹两个图标 add:
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.mjsheng.myappstore.comm;
|
||||
|
||||
|
||||
public class CommonDatas {
|
||||
|
||||
public final static String SP_BABY_AGE_KEY = "age_system";//子系统选择
|
||||
public final static String SP_USER_VIP = "user_vip";//用户等级
|
||||
public final static String SP_PARENT_PASSWORD = "parent_password";//家长密码
|
||||
public final static String IS_RESET = "IS_RESET";
|
||||
public final static int MIN_POWER = 21;
|
||||
public final static String FORCE_INSTALL = "FORCE_INSTALL";
|
||||
public final static String FLAG_FIRST_ENTER = "qch_first_enter";
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user