aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
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,