Double tap to sleep anywhere on lock screen [3/3]

Change-Id: Ie12d8c669da4b023925620f6df73edccce6e87df
This commit is contained in:
Matssa56
2017-05-30 21:53:06 +02:00
committed by Dan Pasanen
parent 062bfa9c4a
commit 6a47344386

View File

@@ -2810,6 +2810,13 @@ public final class CMSettings {
*/
public static final String LOCKSCREEN_MEDIA_METADATA = "lockscreen_media_metadata";
/**
* Whether to activate double tap to sleep on keyguard
* Boolean setting. 0 = off, 1 = on.
* @hide
*/
public static final String DOUBLE_TAP_SLEEP_ANYWHERE = "double_tap_sleep_anywhere";
/**
* Whether the lock screen is currently enabled/disabled by SystemUI (the QS tile likely).
* Boolean settings. 0 = off. 1 = on.