update:2021.03.30
fix:更换包名,安装应用时只执行最后一次请求,开机动画测试
add:
This commit is contained in:
FHT
2021-03-31 09:52:16 +08:00
parent 402fe64045
commit 388d20d932
139 changed files with 1043 additions and 1243 deletions

View File

@@ -1,15 +0,0 @@
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";
}