diff options
author | Amith Yamasani <yamasani@google.com> | 2011-09-07 17:15:03 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-09-08 13:46:10 -0700 |
commit | c65bdfc362d9921d69242087fb516ca0b40b6dc8 (patch) | |
tree | 312f22b5812dc42ce1522575de81ea2dba884597 /res | |
parent | ae70ee49492bd89c949946562b43a75f3c81b0ad (diff) | |
download | packages_apps_Settings-c65bdfc362d9921d69242087fb516ca0b40b6dc8.tar.gz packages_apps_Settings-c65bdfc362d9921d69242087fb516ca0b40b6dc8.tar.bz2 packages_apps_Settings-c65bdfc362d9921d69242087fb516ca0b40b6dc8.zip |
Move notification LED setting down to SYSTEM section.
Bug: 5242350
Change-Id: I4dbefc4e7ba5a19e873c00ba1da84e7a900226cf
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/sound_settings.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index a13d6fc15..da33d6a0d 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -64,11 +64,6 @@ android:persistent="false" android:ringtoneType="notification" /> - <CheckBoxPreference - android:key="notification_pulse" - android:title="@string/notification_pulse_title" - android:persistent="false" /> - <PreferenceCategory android:title="@string/sound_category_feedback_title"/> @@ -94,6 +89,11 @@ android:title="@string/haptic_feedback_enable_title" android:defaultValue="true" /> + <CheckBoxPreference + android:key="notification_pulse" + android:title="@string/notification_pulse_title" + android:persistent="false" /> + <ListPreference android:key="emergency_tone" android:title="@string/emergency_tone_title" |