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"/>