aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorDan Pasanen <invisiblek@cyanogenmod.org>2016-05-11 10:20:57 -0500
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-03 14:03:50 -0700
commitc4becbb3f4816182473ae1cd797c6eb3fdaf97ac (patch)
tree654994dd155e330aaf91cee426f0d1f8913ef2b3 /host
parentee069f8c817ccc5d243085a50e67cad121bfa7e4 (diff)
downloadvendor_cmsdk-c4becbb3f4816182473ae1cd797c6eb3fdaf97ac.zip
vendor_cmsdk-c4becbb3f4816182473ae1cd797c6eb3fdaf97ac.tar.gz
vendor_cmsdk-c4becbb3f4816182473ae1cd797c6eb3fdaf97ac.tar.bz2
CMSettings: fix lock screen rotation toggle [3/3]
Change-Id: I2940663c7476b0df9b3553a480fa33ea4f18a5bc
Diffstat (limited to 'host')
-rw-r--r--host/migration/src/CMSettings.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/host/migration/src/CMSettings.java b/host/migration/src/CMSettings.java
index 0d57b0d..07ef080 100644
--- a/host/migration/src/CMSettings.java
+++ b/host/migration/src/CMSettings.java
@@ -477,6 +477,12 @@ public final class CMSettings {
"lockscreen_scramble_pin_layout";
/**
+ * Whether keyguard will rotate to landscape mode
+ * @hide
+ */
+ public static final String LOCKSCREEN_ROTATION = "lockscreen_rotation";
+
+ /**
* @hide
*/
public static final String SHOW_ALARM_ICON = "show_alarm_icon";
@@ -685,6 +691,7 @@ public final class CMSettings {
CMSettings.System.T9_SEARCH_INPUT_LOCALE,
CMSettings.System.BLUETOOTH_ACCEPT_ALL_FILES,
CMSettings.System.LOCKSCREEN_PIN_SCRAMBLE_LAYOUT,
+ CMSettings.System.LOCKSCREEN_ROTATION,
CMSettings.System.SHOW_ALARM_ICON,
CMSettings.System.STATUS_BAR_IME_SWITCHER,
CMSettings.System.QS_SHOW_BRIGHTNESS_SLIDER,