diff --git a/res/values/strings.xml b/res/values/strings.xml
index 14b497d6434..692941d3ec2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -8851,6 +8851,12 @@
When your device is locked, how do you want profile notifications to show?
+
+ Hide seen notifications
+
+
+ Seen notifications are removed from the lock screen.
+
Hide silent notifications
diff --git a/res/xml/lock_screen_notifications_settings.xml b/res/xml/lock_screen_notifications_settings.xml
index b010bf04425..9aaafc6fbb5 100644
--- a/res/xml/lock_screen_notifications_settings.xml
+++ b/res/xml/lock_screen_notifications_settings.xml
@@ -35,6 +35,12 @@
android:title="@string/lock_screen_notifications_summary_hide_profile"
settings:controller="com.android.settings.notification.LockScreenNotificationShowSensitiveToggleController" />
+
+