Update the Fast Pair integration wording.

Bug: 296507968
Test: Manual
Change-Id: I9fedb998f71c82ab825e6701a0ac42058a7aac60
This commit is contained in:
Yiyi Shen
2023-09-13 18:03:29 +08:00
parent e5ef38be3f
commit f4e20cbfe0
3 changed files with 5 additions and 2 deletions

View File

@@ -257,6 +257,8 @@
<string name="connected_device_other_device_title">Other devices</string> <string name="connected_device_other_device_title">Other devices</string>
<!-- Title for connected device group [CHAR LIMIT=none]--> <!-- Title for connected device group [CHAR LIMIT=none]-->
<string name="connected_device_saved_title">Saved devices</string> <string name="connected_device_saved_title">Saved devices</string>
<!-- Title for fast pair device group [CHAR LIMIT=none]-->
<string name="connected_device_fast_pair_device_title">Associated with account</string>
<!-- Summary for preference to add a device [CHAR LIMIT=none]--> <!-- Summary for preference to add a device [CHAR LIMIT=none]-->
<string name="connected_device_add_device_summary">Bluetooth will turn on to pair</string> <string name="connected_device_add_device_summary">Bluetooth will turn on to pair</string>
<!-- Title for other connection preferences [CHAR LIMIT=none]--> <!-- Title for other connection preferences [CHAR LIMIT=none]-->

View File

@@ -63,7 +63,7 @@
<PreferenceCategory <PreferenceCategory
android:key="fast_pair_devices" android:key="fast_pair_devices"
android:title="TODO(296507968): Placeholder" android:title="@string/connected_device_fast_pair_device_title"
settings:controller= settings:controller=
"com.android.settings.connecteddevice.fastpair.FastPairDevicePreferenceController"> "com.android.settings.connecteddevice.fastpair.FastPairDevicePreferenceController">

View File

@@ -17,7 +17,8 @@
<PreferenceScreen <PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"> xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/connected_device_fast_pair_device_title">
<PreferenceCategory <PreferenceCategory
android:key="fast_pair_device_list" android:key="fast_pair_device_list"