diff options
author | John Spurlock <jspurlock@google.com> | 2015-04-10 08:11:12 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2015-04-10 08:12:14 -0400 |
commit | 35fba3eeafe47ccd900b3e18b6b64a16ad677462 (patch) | |
tree | 9e97d1ba2b6c81bf586ec8c816109baf591a73d2 /res/xml/zen_mode_priority_settings.xml | |
parent | d333a7d9f10500ec45377e099955031017d6a158 (diff) | |
download | packages_apps_Settings-35fba3eeafe47ccd900b3e18b6b64a16ad677462.tar.gz packages_apps_Settings-35fba3eeafe47ccd900b3e18b6b64a16ad677462.tar.bz2 packages_apps_Settings-35fba3eeafe47ccd900b3e18b6b64a16ad677462.zip |
Settings: New zen option to allow repeat callers.
Bug: 20064962
Change-Id: Icc65da146503386c057d7f78d6610f83f56d1a92
Diffstat (limited to 'res/xml/zen_mode_priority_settings.xml')
-rw-r--r-- | res/xml/zen_mode_priority_settings.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/zen_mode_priority_settings.xml b/res/xml/zen_mode_priority_settings.xml index 6cdbe95c0..5b1dbf8e5 100644 --- a/res/xml/zen_mode_priority_settings.xml +++ b/res/xml/zen_mode_priority_settings.xml @@ -67,4 +67,12 @@ android:title="@string/zen_mode_from" android:persistent="false" /> + <!-- Repeat callers --> + <SwitchPreference + android:key="repeat_callers" + android:title="@string/zen_mode_repeat_callers" + android:persistent="false" + android:switchTextOff="" + android:switchTextOn="" /> + </PreferenceScreen> |