summaryrefslogtreecommitdiffstats
path: root/res/xml/sound_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/sound_settings.xml')
-rw-r--r--res/xml/sound_settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index 4ab2f71..687a843 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -116,6 +116,12 @@
android:entries="@array/emergency_tone_entries"
android:entryValues="@array/emergency_tone_values" />
+ <CheckBoxPreference
+ android:key="notification_convert_sound_to_vibration"
+ android:title="@string/notification_convert_sound_to_vibration_title"
+ android:summary="@string/notification_convert_sound_to_vibration_summary"
+ android:defaultValue="true" />
+
<!-- Dock -->
<PreferenceCategory
android:key="dock_category"