From 03a42fd844c27501d75d822f5063d78a1dc4985d Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Thu, 18 Jun 2020 16:25:38 -0400 Subject: [PATCH] Update notification subtext Test: atest Fixes: 159274325 Change-Id: Iff98b4b056bf7a3c6386063d6588a26607ee7525 --- res/values/strings.xml | 3 + res/xml/app_and_notification.xml | 4 +- ...igureNotificationPreferenceController.java | 48 --------------- ...eNotificationPreferenceControllerTest.java | 59 ------------------- 4 files changed, 5 insertions(+), 109 deletions(-) delete mode 100644 src/com/android/settings/notification/ConfigureNotificationPreferenceController.java delete mode 100644 tests/robotests/src/com/android/settings/notification/ConfigureNotificationPreferenceControllerTest.java diff --git a/res/values/strings.xml b/res/values/strings.xml index 847335750f8..1b653594aac 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -8806,6 +8806,9 @@ Additional settings in the app + + Notification history, bubbles, recently sent + On for all apps diff --git a/res/xml/app_and_notification.xml b/res/xml/app_and_notification.xml index 98b98442b21..bd2e85ce127 100644 --- a/res/xml/app_and_notification.xml +++ b/res/xml/app_and_notification.xml @@ -57,9 +57,9 @@ + android:fragment="com.android.settings.notification.ConfigureNotificationSettings"/>