summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-09-07 17:15:03 -0700
committerAmith Yamasani <yamasani@google.com>2011-09-08 13:46:10 -0700
commitc65bdfc362d9921d69242087fb516ca0b40b6dc8 (patch)
tree312f22b5812dc42ce1522575de81ea2dba884597 /res/xml
parentae70ee49492bd89c949946562b43a75f3c81b0ad (diff)
downloadpackages_apps_Settings-c65bdfc362d9921d69242087fb516ca0b40b6dc8.zip
packages_apps_Settings-c65bdfc362d9921d69242087fb516ca0b40b6dc8.tar.gz
packages_apps_Settings-c65bdfc362d9921d69242087fb516ca0b40b6dc8.tar.bz2
Move notification LED setting down to SYSTEM section.
Bug: 5242350 Change-Id: I4dbefc4e7ba5a19e873c00ba1da84e7a900226cf
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/sound_settings.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index a13d6fc..da33d6a 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"