summaryrefslogtreecommitdiffstats
path: root/res/xml/accessibility_settings.xml
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2012-05-18 18:00:24 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2012-05-18 18:00:31 -0700
commit2121f097c092cace1fb49f9d4b9c12f16ab20ab0 (patch)
tree8a442e15aea3e35b384ef2af96efc5ce732e773d /res/xml/accessibility_settings.xml
parentfc16237d5debc7375be1d485e510df2156d8da0f (diff)
downloadpackages_apps_Settings-2121f097c092cace1fb49f9d4b9c12f16ab20ab0.zip
packages_apps_Settings-2121f097c092cace1fb49f9d4b9c12f16ab20ab0.tar.gz
packages_apps_Settings-2121f097c092cace1fb49f9d4b9c12f16ab20ab0.tar.bz2
Updating the checkbox state to match the title.
1. Now the the setting is names lock screen rotation which is the opposite as it was before so this patch reverses the checkbox state. bug:6507335 Change-Id: Ic0aab21fa70871f64e37ac05f7917d69f9c0a0df
Diffstat (limited to 'res/xml/accessibility_settings.xml')
-rw-r--r--res/xml/accessibility_settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/accessibility_settings.xml b/res/xml/accessibility_settings.xml
index ab69731..bf93eb5 100644
--- a/res/xml/accessibility_settings.xml
+++ b/res/xml/accessibility_settings.xml
@@ -38,7 +38,7 @@
android:persistent="false"/>
<CheckBoxPreference
- android:key="toggle_auto_rotate_screen_preference"
+ android:key="toggle_lock_screen_rotation_preference"
android:title="@string/accelerometer_title"
android:persistent="false"/>