1.4.0318 修复升级后设置默认桌面,对接小程序管控,增加专注模式,接管系统打开app
This commit is contained in:
@@ -65,9 +65,14 @@ public class CommonConfig {
|
||||
public final static String GET_DEVICES_TAG_LASTTIME = "Aoleyun_devices_tag_last_time";
|
||||
/*专注模式刷新*/
|
||||
public static final String FOCUS_MODE_REFRESH_KEY = "AOLEYUN_FOCUS_MODE_REFRESH";
|
||||
/*专注模式设置*/
|
||||
public static final String CLOUD_LESSON_SETTINGS_KEY = "cloud_lesson_settings_key";
|
||||
/*应用市场允许安装*/
|
||||
public static final String AOLEYUN_APPSTORE_INSTALL = "AOLEYUN_APPSTORE_INSTALL_KEY";
|
||||
|
||||
/*默认桌面 包括简易桌面和学习桌面*/
|
||||
public static final String DEFAULT_DESKTOP_PACKAGE_NAME = "aoleyun_default_desktop_key";
|
||||
/*默认应用桌面 单独设置*/
|
||||
public static final String DEFAULT_LAUNCHER_PACKAGE_NAME = "aoleyun_default_launcher_key";
|
||||
|
||||
/**
|
||||
* 管控系统指令
|
||||
|
||||
@@ -8,9 +8,6 @@ package com.aoleyun.sn.comm;
|
||||
* version: 1.0
|
||||
*/
|
||||
public class PackageNames {
|
||||
//旧版的应用市场和设备信息包名
|
||||
public static final String OLD_DEVICE_INFO = "com.jiaoguanyi.appstore";
|
||||
public static final String OLD_APPSTORE = "com.jiaoguanyi.store";
|
||||
//应用市场和设备信息包名
|
||||
public static final String DEVICE_INFO = "com.aoleyun.sn";
|
||||
public static final String APPSTORE = "com.aoleyun.appstore";
|
||||
|
||||
Reference in New Issue
Block a user