Merge "Show bundles separately from other channels" into main

This commit is contained in:
Julia Reynolds
2024-07-03 00:02:33 +00:00
committed by Android (Google) Code Review
5 changed files with 341 additions and 0 deletions

View File

@@ -50,6 +50,12 @@
settings:controller="com.android.settings.notification.app.BubbleSummaryPreferenceController">
</Preference>
<!-- Bundles added here -->
<PreferenceCategory
android:key="bundles"
android:title="@string/notification_bundles"
android:visibility="gone" />
<!-- Channels/Channel groups added here -->
<PreferenceCategory
android:key="channels"