Show icons for apps bypassing DND
(Several things pending, such as the +n icon and the correct pending icons, but it's a start). Test: atest com.android.settings.notification.modes Bug: 346551087 Flag: android.app.modes_ui Change-Id: Ifd2ab6a8bb447739dc8ffe400c3960779d477fd6
This commit is contained in:
@@ -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