summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-09-08 15:23:27 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-08 15:23:27 -0700
commita9ec5e5071b1de7b86718e8a4e259ecfd57f8b96 (patch)
tree1af96a6c53945c2ec9239692b42e07e2f8485505 /res
parent14ca9f371a8388bbcc1ceb8d7676eb3a85c7ded5 (diff)
parentc65bdfc362d9921d69242087fb516ca0b40b6dc8 (diff)
downloadpackages_apps_settings-a9ec5e5071b1de7b86718e8a4e259ecfd57f8b96.zip
packages_apps_settings-a9ec5e5071b1de7b86718e8a4e259ecfd57f8b96.tar.gz
packages_apps_settings-a9ec5e5071b1de7b86718e8a4e259ecfd57f8b96.tar.bz2
Merge "Move notification LED setting down to SYSTEM section."
Diffstat (limited to 'res')
-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"