Merge "Show icons for apps bypassing DND" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
bc0b3342bd
@@ -36,17 +36,17 @@
|
||||
android:key="allow_filtering"
|
||||
android:title="@string/mode_notification_filter_title"/>
|
||||
|
||||
<Preference
|
||||
android:key="zen_mode_people"
|
||||
android:title="@string/zen_category_people"/>
|
||||
<com.android.settings.notification.modes.CircularIconsPreference
|
||||
android:key="zen_mode_people"
|
||||
android:title="@string/zen_category_people" />
|
||||
|
||||
<Preference
|
||||
<com.android.settings.notification.modes.CircularIconsPreference
|
||||
android:key="zen_mode_apps"
|
||||
android:title="@string/zen_category_apps"/>
|
||||
android:title="@string/zen_category_apps" />
|
||||
|
||||
<Preference
|
||||
android:key="zen_other_settings"
|
||||
android:title="@string/zen_category_exceptions" />
|
||||
<com.android.settings.notification.modes.CircularIconsPreference
|
||||
android:key="zen_other_settings"
|
||||
android:title="@string/zen_category_exceptions" />
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- automatic trigger section; preference changes programmatically depending on type -->
|
||||
|
||||
Reference in New Issue
Block a user