diff --git a/res/values/strings.xml b/res/values/strings.xml
index e3335e45361..1dc84b6afed 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -176,6 +176,8 @@
You don\u2019t have permission to change Bluetooth settings.
Pair new device
+
+ bluetooth
%1$s is visible to nearby devices while Bluetooth settings is open.
diff --git a/res/xml/connected_devices.xml b/res/xml/connected_devices.xml
index a1736b22969..b2794c206b7 100644
--- a/res/xml/connected_devices.xml
+++ b/res/xml/connected_devices.xml
@@ -43,6 +43,7 @@
android:summary="@string/connected_device_add_device_summary"
android:fragment="com.android.settings.bluetooth.BluetoothPairingDetail"
settings:allowDividerAbove="true"
+ settings:keywords="@string/keywords_add_bt_device"
settings:userRestriction="no_config_bluetooth"
settings:useAdminDisabledSummary="true"
settings:controller="com.android.settings.connecteddevice.AddDevicePreferenceController"/>