diff options
Diffstat (limited to 'res/xml/zen_mode_priority_settings.xml')
-rw-r--r-- | res/xml/zen_mode_priority_settings.xml | 5 |
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" |