Merge "DO NOT MERGE Add zen starred contacts preference" into pi-dev

This commit is contained in:
Beverly Tai
2018-05-10 13:28:47 +00:00
committed by Android (Google) Code Review
7 changed files with 324 additions and 3 deletions

View File

@@ -29,7 +29,9 @@
android:entries="@array/zen_mode_contacts_entries"
android:entryValues="@array/zen_mode_contacts_values"/>
<!-- TODO: setting that links to contacts or placeholder for external app -->
<Preference
android:key="zen_mode_starred_contacts"
android:title="@string/zen_mode_starred_contacts_title"/>
<!-- Repeat callers -->
<SwitchPreference

View File

@@ -29,6 +29,10 @@
android:entries="@array/zen_mode_contacts_entries"
android:entryValues="@array/zen_mode_contacts_values"/>
<Preference
android:key="zen_mode_starred_contacts"
android:title="@string/zen_mode_starred_contacts_title"/>
<!-- Reminders -->
<SwitchPreference
android:key="zen_mode_reminders"