summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider/Settings.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/provider/Settings.java')
-rw-r--r--core/java/android/provider/Settings.java15
1 files changed, 10 insertions, 5 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 3dda0021003..d8c81d9b0d7 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -1279,6 +1279,16 @@ public final class Settings {
public static final String ACCELEROMETER_ROTATION = "accelerometer_rotation";
/**
+ * Control the type of rotation which can be performed using the accelerometer
+ * if ACCELEROMETER_ROTATION is enabled.
+ * 0 = Normal (left only)
+ * 1 = 270 degrees (left/right)
+ * 2 = 360 degrees (full rotation, including inverted)
+ * @hide
+ */
+ public static final String ACCELEROMETER_ROTATION_MODE = "accelerometer_rotation_mode";
+
+ /**
* Whether the audible DTMF tones are played by the dialer when dialing. The value is
* boolean (1 or 0).
*/
@@ -1404,11 +1414,6 @@ public final class Settings {
SHOW_WEB_SUGGESTIONS
};
- /**
- * Should 180 degree orientation be enabled.
- * @hide
- */
- public static final String USE_180_ORIENTATION = "use_180_orientation";
// Settings moved to Settings.Secure