summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/cm_strings.xml6
-rw-r--r--res/xml/zen_mode_priority_settings.xml5
2 files changed, 11 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 9879df7..a28a772 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1103,6 +1103,12 @@
<!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
<string name="zen_mode_summary_selected_messages">selected messages</string>
+ <!-- Allow vibration in zen mode -->
+ <string name="zen_mode_vibration">Vibration</string>
+ <string name="zen_mode_vibration_never">Don\'t vibrate</string>
+ <string name="zen_mode_vibration_calls_only">Only vibrate for calls</string>
+ <string name="zen_mode_vibration_calls_and_notifications">Vibrate for calls and notifications</string>
+
<!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
<string name="regulatory_information_dialog_title" translatable="false">@string/regulatory_information</string>
diff --git a/res/xml/zen_mode_priority_settings.xml b/res/xml/zen_mode_priority_settings.xml
index 37ec317..567b9e7 100644
--- a/res/xml/zen_mode_priority_settings.xml
+++ b/res/xml/zen_mode_priority_settings.xml
@@ -57,6 +57,11 @@
android:title="@string/zen_mode_repeat_callers"
android:persistent="false"/>
+ <com.android.settings.DropDownPreference
+ android:key="vibration"
+ android:title="@string/zen_mode_vibration"
+ android:persistent="false" />
+
<com.android.settings.cyanogenmod.CMSystemSettingSwitchPreference
android:key="zen_priority_allow_lights"
android:title="@string/notification_light_title"