cmsdk: Move proximitycheck to CMSettings.

Change-Id: If9e097c373404fe8983fd9160ebeb8405bd363d8
This commit is contained in:
Adnan Begovic
2015-11-09 18:00:32 -08:00
parent 50fc22b8a1
commit 3c42b723c3
3 changed files with 27 additions and 0 deletions

View File

@@ -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";
}
/**