diff --git a/res/values/strings.xml b/res/values/strings.xml
index cf82a4f471c..18673e490c5 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -7568,6 +7568,8 @@
vibrant, RGB, sRGB, color, natural, standard
color, temperature, D65, D73, white, yellow, blue, warm, cool
slide to unlock, password, pattern, PIN
+
+ screen pinning
work challenge, work, profile
work profile, managed profile, unify, unification, work, profile
gestures
diff --git a/res/xml/security_dashboard_settings.xml b/res/xml/security_dashboard_settings.xml
index 7610b322e28..b5dcebf6d99 100644
--- a/res/xml/security_dashboard_settings.xml
+++ b/res/xml/security_dashboard_settings.xml
@@ -145,7 +145,8 @@
android:key="screen_pinning_settings"
android:title="@string/screen_pinning_title"
android:summary="@string/summary_placeholder"
- android:fragment="com.android.settings.security.ScreenPinningSettings" />
+ android:fragment="com.android.settings.security.ScreenPinningSettings"
+ settings:keywords="@string/keywords_app_pinning" />