Merge "Show bundles separately from other channels" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
ce4f2e9db6
@@ -8483,6 +8483,9 @@
|
||||
<!-- Configure Notifications: Title for the notification badging option. [CHAR LIMIT=50 BACKUP_MESSAGE_ID=5125022693565388760] -->
|
||||
<string name="notification_badging_title">Notification dot on app icon</string>
|
||||
|
||||
<!-- App Info > Notifications: Title for section where notifications bundles can be configured [CHAR LIMIT=80]-->
|
||||
<string name="notification_bundles">Notification bundles</string>
|
||||
|
||||
<!-- Configure Notifications: Title for the notification bubbles option. [CHAR LIMIT=60] -->
|
||||
<string name="notification_bubbles_title">Bubbles</string>
|
||||
<!-- Title for the toggle shown on the app-level bubbles page [CHAR LIMIT=60] -->
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user