diff --git a/res/values/strings.xml b/res/values/strings.xml index ce9c7679df0..208073d05fb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -9041,6 +9041,13 @@ Apply to work profiles Apply to work profile apps + + Bundled notifications + On + Off + Use notification bundling + Notifications with similar themes will be silenced and grouped together for a quieter experience. Bundling will override an app\'s own notification settings. + VR helper services diff --git a/res/xml/bundle_notifications_settings.xml b/res/xml/bundle_notifications_settings.xml new file mode 100644 index 00000000000..34efd7dd49b --- /dev/null +++ b/res/xml/bundle_notifications_settings.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/configure_notification_settings.xml b/res/xml/configure_notification_settings.xml index c88b7bace8a..aedf0b413aa 100644 --- a/res/xml/configure_notification_settings.xml +++ b/res/xml/configure_notification_settings.xml @@ -43,6 +43,14 @@ android:targetPackage="com.android.settings" android:targetClass="com.android.settings.notification.history.NotificationHistoryActivity" /> + +