1.4.1126
bugfixes:增加设置壁纸
This commit is contained in:
@@ -78,6 +78,9 @@ public class CommonConfig {
|
||||
/*存放后台上传的app包名 set*/
|
||||
public static final String ALL_APP_PKG_SET = "all_app_pkg_set_key";
|
||||
|
||||
/*壁纸地址*/
|
||||
public static final String WALLPAPER_URL_KEY = "wallpaper_url";
|
||||
|
||||
/**
|
||||
* 管控系统指令
|
||||
*/
|
||||
@@ -113,7 +116,9 @@ public class CommonConfig {
|
||||
public final static String AOLE_ACTION_APP_POWER_ON = "aole_app_power_on";
|
||||
/*禁止联网应用*/
|
||||
public final static String AOLE_ACTION_NETWORK_DISALLOW = "aole_network_disallow";
|
||||
// TODO: 2024/10/23 华瑞安设备上不管有没有写入settins的包名,WiFi都会显示无网络
|
||||
/*允许联网应用 G10P*/
|
||||
@Deprecated
|
||||
public final static String AOLE_ACTION_NETWORK_ALLOW = "aole_network_allow";
|
||||
/*全局黑名单 G10P*/
|
||||
public static final String AOLE_APP_WEB_BLACK_LIST = "app_web_black_list";
|
||||
@@ -134,6 +139,8 @@ public class CommonConfig {
|
||||
public final static String AOLE_ACTION_HIDE_STATUS_BAR = "aole_hide_statusBar";
|
||||
/*热点*/
|
||||
public final static String AOLE_ACTION_HOTSPOT_FORBID_ON = "aole_hotspot_forbid_on";
|
||||
/*相机*/
|
||||
public final static String AOLE_ACTION_DISALLOW_CAMERA = "aole_disallow_camera";
|
||||
|
||||
/*蓝牙总开关*/
|
||||
public final static String AOLE_ACTION_BHT_FORBID_ON = "aole_bht_forbid_on";
|
||||
@@ -152,7 +159,7 @@ public class CommonConfig {
|
||||
/*计算机*/
|
||||
public final static String AOLE_BT_COMPUTER_KEY = "aole_bt_computer_on";
|
||||
/*鼠标键盘*/
|
||||
public final static String AOLE_BT_KEYBOARD_KEY = "aole_bt_keyboard_on" ;
|
||||
public final static String AOLE_BT_KEYBOARD_KEY = "aole_bt_keyboard_on";
|
||||
|
||||
/*电话白名单开关*/
|
||||
public final static String AOLE_ACTION_WHITE_LIST_ON = "aole_white_list_on";
|
||||
|
||||
Reference in New Issue
Block a user