Merge "Add app level settings for classification and summarization" into main

This commit is contained in:
Julia Reynolds
2025-02-04 12:56:49 -08:00
committed by Android (Google) Code Review
6 changed files with 293 additions and 2 deletions

View File

@@ -8858,7 +8858,13 @@
<string name="notification_summarization_on">On</string>
<string name="notification_summarization_off">Off</string>
<string name="notification_summarization_main_control_title">Use notification summaries</string>
<string name="notification_summarization_description">Automatically summarize conversation notifications from any app</string>
<string name="notification_summarization_description">Automatically summarize conversation notifications from apps</string>
<string name="notification_summarization_excluded_description">Conversation notifications from these apps will not be summarized</string>
<string name="notification_summarization_manage_excluded_apps">Manage apps</string>
<string name="notification_summarization_manage_excluded_apps_title">Allow notification summaries for apps</string>
<string name="notification_excluded_apps">App exceptions</string>
<string name="notification_app_level_summarize_title">Summarize notifications</string>
<string name="notification_app_level_summarize_subtext">Summarize conversation notifications from this app</string>
<!-- App Info > Notifications: Title for section controlling whether this app may show notifications in a promoted format [CHAR LIMIT=80] -->
<string name="live_notifications">Live notifications</string>
@@ -9282,6 +9288,11 @@
<string name="notification_bundle_main_control_title">Use notification bundling</string>
<string name="notification_bundle_description">Notifications with similar themes will be silenced and grouped together for a quieter experience. Bundling will override an app\'s own notification settings.</string>
<string name="notification_app_level_bundle_title">Bundle notifications</string>
<string name="notification_app_level_bundle_subtext">Notifications with similar themes will be silenced and grouped together for a quieter experience</string>
<string name="notification_bundle_excluded_description">Notifications from these apps will not be bundled</string>
<string name="notification_bundle_manage_excluded_apps_title">Allow notification bundling for apps</string>
<!-- Title for managing VR (virtual reality) helper services. [CHAR LIMIT=50] -->
<string name="vr_listeners_title">VR helper services</string>