1.4.0429 修改一键加速界面,去掉ToastUtil,对接权限和通知
This commit is contained in:
@@ -80,6 +80,8 @@ public class CommonConfig {
|
||||
|
||||
/*电话白名单*/
|
||||
|
||||
/*保存之前旧版状态*/
|
||||
public final static String AOLE_ACTION_USB_CODE = "aole_action_usb_code";
|
||||
/*USB模式-充电*/
|
||||
public final static String AOLE_ACTION_USB_USB_CHARGE = "aole_action_usb_usb_charge";
|
||||
/*USB模式-MTP*/
|
||||
@@ -110,7 +112,7 @@ public class CommonConfig {
|
||||
|
||||
/*存储卡管控*/
|
||||
public final static String AOLE_ACTION_SDCARD_FORBID_ON = "aole_sdcard_forbid_on";
|
||||
/*开发者选项管控*/
|
||||
/*开发者选项管控 state为1关闭,为0打开*/
|
||||
public final static String AOLE_ACTION_DEVELOPER_OPTIONS = "aole_Developeroptions";
|
||||
/*显示导航栏*/
|
||||
public final static String AOLE_ACTION_SHOW_NAVIGATION_BAR = "aole_show_NavigationBar";
|
||||
@@ -122,12 +124,14 @@ 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_BHT_FORBID_ON = "aole_bht_forbid_on";
|
||||
/*蓝牙传输开关*/
|
||||
public final static String AOLE_ACTION_BT_FORBID_ON = "aole_bt_forbid_on";
|
||||
/*蓝牙音频开关*/
|
||||
public final static String AOLE_ACTION_BHTVIDEO_FORBID_ON = "aole_bhtvideo_forbid_on";
|
||||
|
||||
/*电话白名单开关*/
|
||||
public final static String AOLE_ACTION_WHITE_LIST_ON = "aole_white_list_on";
|
||||
/*电话白名单列表*/
|
||||
|
||||
Reference in New Issue
Block a user