Bring back auto-rotate to settings

Add a dropdown preference to the display settings screen that
controls whether auto-rotate is on.

Bug: 16636008
Change-Id: I71099a23793aa82b514bd0eebae183695415a92c
This commit is contained in:
Jason Monk
2014-08-20 13:29:20 -04:00
parent d6cfeba9f7
commit d3232da75a
3 changed files with 67 additions and 3 deletions

View File

@@ -5918,4 +5918,15 @@
<!-- Summary Title for saying that the preference is experimental and will evolve over time due to User feedback. [CHAR LIMIT=NONE] -->
<string name="experimental_preference">(Experimental)</string>
<!-- [CHAR LIMIT=45] Auto-rotate setting title -->
<string name="display_auto_rotate_title">When device is rotated</string>
<!-- [CHAR LIMIT=70] Rotate when screen is turned option -->
<string name="display_auto_rotate_rotate">Rotate the contents of the screen</string>
<!-- [CHAR LIMIT=70] Keep the screen in portrait when rotated -->
<string name="display_auto_rotate_stay_in_portrait">Stay in portrait view</string>
<!-- [CHAR LIMIT=70] Keep the screen in landscape when rotated -->
<string name="display_auto_rotate_stay_in_landscape">Stay in landscape view</string>
<!-- [CHAR LIMIT=70] Don't rotate when screen is turned option -->
<string name="display_auto_rotate_stay_in_current">Stay in current orientation</string>
</resources>