feat: 光环工具服务APP多合一—客户端 https://jira.shanqu.cc/browse/GHZSCY-6476

This commit is contained in:
曾祥俊
2024-09-26 14:49:18 +08:00
parent 773c9da941
commit 70a50f7d4a
6 changed files with 81 additions and 2 deletions

View File

@ -209,6 +209,9 @@ public class Constants {
// 新接口配置项
public static final String SP_NEW_API_SETTINGS = "new_api_settings";
// 工具服务APP悬浮窗配置
public static final String SP_FLOAT_WINDOW_SETTINGS = "float_window_settings";
// 畅玩组件的配置
public static final String SP_V_SETTINGS = "v_settings";
@ -469,6 +472,8 @@ public class Constants {
public static final String SP_BRAND_NEW_FIRST_LAUNCH_TIME = "brand_new_first_launch_time"; // 全新安装用户首次启动时间
public static final String IS_RESERVE_ONLINE_REMINDER = "is_reserve_online_reminder";
public static final String TOOL_MAP_PACKAGE_NAME = "com.gh.toolmap";// 光环工具服务APP包名
}