cmsdk: Move DOUBLE_TAP_SLEEP_GESTURE to CMSettings.

Change-Id: I88b255a5ddeff9520905c4a8b612c9fdbf3b4411
This commit is contained in:
Adnan Begovic
2015-11-11 12:26:40 -08:00
parent a09defa3c9
commit 6694ce0ca0
2 changed files with 15 additions and 0 deletions

View File

@@ -1026,6 +1026,12 @@ public final class CMSettings {
*/
public static final String LIVE_DISPLAY_HINTED = "live_display_hinted";
/**
* Enable statusbar double tap gesture on to put device to sleep
* @hide
*/
public static final String DOUBLE_TAP_SLEEP_GESTURE = "double_tap_sleep_gesture";
}
/**