summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml4
-rw-r--r--res/xml/sound_settings.xml7
2 files changed, 11 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 1769df4bd..cf6d49def 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -105,6 +105,10 @@
<string name="notification_convert_sound_to_vibration_title">Vibrate on notification</string>
<string name="notification_convert_sound_to_vibration_summary">In vibrate mode, all notifications will vibrate regardless of individual app settings</string>
+ <!-- vibrate during phone calls -->
+ <string name="notification_vibrate_during_calls_title">Vibrate during call</string>
+ <string name="notification_vibrate_during_calls_summary">Incoming notifications will softly vibrate during phone calls</string>
+
<!-- Hostname setting -->
<string name="device_hostname">Device hostname</string>
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml
index b55263430..116855a71 100644
--- a/res/xml/sound_settings.xml
+++ b/res/xml/sound_settings.xml
@@ -128,6 +128,13 @@
android:summary="@string/notification_convert_sound_to_vibration_summary"
android:defaultValue="true" />
+ <CheckBoxPreference
+ android:key="notification_vibrate_during_calls"
+ android:title="@string/notification_vibrate_during_calls_title"
+ android:summary="@string/notification_vibrate_during_calls_summary"
+ android:persistent="false"
+ android:defaultValue="false" />
+
<!-- Dock -->
<PreferenceCategory
android:key="dock_category"