summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-10-17 16:42:20 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-10-27 05:11:41 -0700
commit046fc5c488de05cdfe6dc3a979c2d94d007b8b0b (patch)
treefb5790146d924e6814a043adeab68e0b4ef8b61f /res/xml
parent8d5925b2d977570fdf6e065ebe51ca90c66d97a5 (diff)
downloadpackages_apps_Settings-046fc5c488de05cdfe6dc3a979c2d94d007b8b0b.zip
packages_apps_Settings-046fc5c488de05cdfe6dc3a979c2d94d007b8b0b.tar.gz
packages_apps_Settings-046fc5c488de05cdfe6dc3a979c2d94d007b8b0b.tar.bz2
Allow selecting vibration mode during zen priority mode.
Change-Id: I4e80e920e4d8f42b0255fd3f528c464b7f094d0e
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/zen_mode_priority_settings.xml5
1 files changed, 5 insertions, 0 deletions
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"