Add Fast Pair saved devices settings preference

Test: Built and flashed on device, verified UI manually.
Bug: 203579197
Change-Id: I8e9563083dd9ed6a8badc6e2536cf94fc635525b
This commit is contained in:
Xinyi Zhou
2022-01-27 01:33:02 -08:00
parent 3b8ad48c63
commit 3adae773b6
3 changed files with 66 additions and 0 deletions

View File

@@ -25,4 +25,8 @@
android:key="fast_pair_scan_switch"
android:title="@string/fast_pair_main_switch_title" />
<Preference
android:key="saved_devices"
android:title="@string/fast_pair_saved_devices_title" />
</PreferenceScreen>