cmsdk: Move proximitycheck to CMSettings.
Change-Id: If9e097c373404fe8983fd9160ebeb8405bd363d8
This commit is contained in:
@@ -901,6 +901,18 @@ public final class CMSettings {
|
||||
* @hide
|
||||
*/
|
||||
public static final String BATTERY_LIGHT_FULL_COLOR = "battery_light_full_color";
|
||||
|
||||
/**
|
||||
* Sprint MWI Quirk: Show message wait indicator notifications
|
||||
* @hide
|
||||
*/
|
||||
public static final String ENABLE_MWI_NOTIFICATION = "enable_mwi_notification";
|
||||
|
||||
/**
|
||||
* Check the proximity sensor during wakeup
|
||||
* @hide
|
||||
*/
|
||||
public static final String PROXIMITY_ON_WAKE = "proximity_on_wake";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user