Design refresh for modes that don't filter notifications
And fix a crash noticed in ZenModeAppsLinkPreferenceController Test: atest com/android/settings/notification/modes Fixes: 308820027 Flag: android.app.modes_ui Change-Id: I0cfe4e10ca7ff97dac3b3b8756cc36f4d6f91ea2
This commit is contained in:
@@ -35,13 +35,18 @@
|
||||
<PreferenceCategory
|
||||
android:title="@string/mode_interruption_filter_title"
|
||||
android:key="modes_filters">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="allow_filtering"
|
||||
android:title="@string/mode_notification_filter_title"/>
|
||||
|
||||
<Preference
|
||||
android:key="zen_mode_people"
|
||||
android:title="@string/zen_category_people"/>
|
||||
|
||||
<Preference
|
||||
android:key="zen_mode_apps"
|
||||
android:title="@string/zen_category_apps" />
|
||||
android:title="@string/zen_category_apps"/>
|
||||
|
||||
<Preference
|
||||
android:key="zen_other_settings"
|
||||
|
||||
Reference in New Issue
Block a user