version:1.2.4
fix: update:优化显示未读短信和未接来电,增加手电筒和数据开关
This commit is contained in:
@@ -81,9 +81,11 @@ public class CommonConfig {
|
||||
public static final String VOICE_BROADCAST = "voice_broadcast_key";
|
||||
/*微信语音自动接听*/
|
||||
public static final String WECHAT_CALL_AUTO_ACCEPT = "wechat_call_auto_accept";
|
||||
|
||||
/*本地设置的*/
|
||||
/*悬浮窗*/
|
||||
public static final String FLOAT_WINDOW = "FloatWindowEnable";
|
||||
public static final boolean FLOAT_WINDOW_STATU = false;
|
||||
// public static final String FLOAT_WINDOW = "FloatWindowEnable";
|
||||
// public static final boolean FLOAT_WINDOW_STATU = false;
|
||||
/*禁用音量键*/
|
||||
public static final String DISABLE_VOLUME_KEY = "disable_volume_key";
|
||||
/*修改联系人禁用*/
|
||||
@@ -91,6 +93,20 @@ public class CommonConfig {
|
||||
/*禁用闹钟修改*/
|
||||
public static final String DISABLE_CLOCK_MODIFY = "disable_clock_modify_key";
|
||||
|
||||
|
||||
/*后台设置的*/
|
||||
/*主页按钮开关*/
|
||||
public static final String HOVER_HOME = "hover_home";
|
||||
/*默认状态*/
|
||||
public static final int HOVER_HOME_STATUS = 0;
|
||||
/*禁用SOS*/
|
||||
public static final String DISABLE_SOS = "sos_ctrl";
|
||||
/*禁用闹钟修改*/
|
||||
public static final String ALARM_CLOCK_CTRL = "alarm_clock_ctrl";
|
||||
/*应用锁定开关*/
|
||||
public static final String APP_LOCK_CTRL = "app_lock_ctrl";
|
||||
|
||||
|
||||
public final static String ACTION_STATUS_BAR_STATE = "xiaoxintong_statusBar_state";
|
||||
/*显示状态栏*/
|
||||
public final static String ACTION_SHOW_STATUS_BAR = "xiaoxintong_show_statusBar";
|
||||
@@ -100,4 +116,6 @@ public class CommonConfig {
|
||||
|
||||
public static final String AMAP_LOCATION_MAP_BEAN = "AMapLocation_MapBean_key";
|
||||
public static final String AMAP_LOCATION_DISTRICT = "AMapLocationMapBean_key";
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user