diff options
author | Amith Yamasani <yamasani@google.com> | 2011-09-08 15:23:27 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-08 15:23:27 -0700 |
commit | a9ec5e5071b1de7b86718e8a4e259ecfd57f8b96 (patch) | |
tree | 1af96a6c53945c2ec9239692b42e07e2f8485505 /res | |
parent | 14ca9f371a8388bbcc1ceb8d7676eb3a85c7ded5 (diff) | |
parent | c65bdfc362d9921d69242087fb516ca0b40b6dc8 (diff) | |
download | packages_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.xml | 10 |
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" |