summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2015-05-05 18:31:27 -0400
committerJohn Spurlock <jspurlock@google.com>2015-05-05 18:50:15 -0400
commit0d2a8d204bb7d62834d51393a1d4a6ddaa7753f8 (patch)
treeebb6697e04402a640b0ba8f0bc4ccd9aa2e65a46 /res/xml
parentfaadcd60e7ab8fa6eb9b5be7be907129bd3f8575 (diff)
downloadpackages_apps_Settings-0d2a8d204bb7d62834d51393a1d4a6ddaa7753f8.zip
packages_apps_Settings-0d2a8d204bb7d62834d51393a1d4a6ddaa7753f8.tar.gz
packages_apps_Settings-0d2a8d204bb7d62834d51393a1d4a6ddaa7753f8.tar.bz2
Settings: Migrate calls & messages priority settings.
Bug: 18635172 Change-Id: Ib5fe3bc80590875bb4a1547013ac3444939ab6fd
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/zen_mode_priority_settings.xml18
1 files changed, 4 insertions, 14 deletions
diff --git a/res/xml/zen_mode_priority_settings.xml b/res/xml/zen_mode_priority_settings.xml
index 5b1dbf8..bfe0871 100644
--- a/res/xml/zen_mode_priority_settings.xml
+++ b/res/xml/zen_mode_priority_settings.xml
@@ -46,26 +46,16 @@
android:switchTextOn="" />
<!-- Messages -->
- <SwitchPreference
+ <com.android.settings.DropDownPreference
android:key="messages"
android:title="@string/zen_mode_messages"
- android:persistent="false"
- android:switchTextOff=""
- android:switchTextOn="" />
+ android:persistent="false" />
<!-- Calls -->
- <SwitchPreference
+ <com.android.settings.DropDownPreference
android:key="calls"
android:title="@string/zen_mode_calls"
- android:persistent="false"
- android:switchTextOff=""
- android:switchTextOn="" />
-
- <!-- Messages/calls from -->
- <com.android.settings.DropDownPreference
- android:key="starred"
- android:title="@string/zen_mode_from"
- android:persistent="false" />
+ android:persistent="false" />
<!-- Repeat callers -->
<SwitchPreference