From 60ded30669f6d86c291f2a54b7265dedfebb98dc Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Wed, 21 Apr 2021 10:04:26 -0400 Subject: [PATCH] Use a new string for category headers The existing string refers to singular objects, but we need to refer to several Test: manual Fixes: 185325146 Change-Id: Ie22fa7a8c1857558baceb05d8ca80cfd6ff61ed4 --- res/values/strings.xml | 4 ++++ res/xml/notification_access_settings.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 16c7e188a21..dd40baf44e2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -9067,6 +9067,10 @@ Notifications that may ring or vibrate based on settings Silent Notifications that never make sound or vibrations + + Allowed + + Not allowed See all apps diff --git a/res/xml/notification_access_settings.xml b/res/xml/notification_access_settings.xml index b523d7de691..94c90b42fac 100644 --- a/res/xml/notification_access_settings.xml +++ b/res/xml/notification_access_settings.xml @@ -25,9 +25,9 @@ + android:title="@string/notification_listener_allowed"/> + android:title="@string/notification_listener_not_allowed"/>