Correct breadcrumbs of Wi-Fi scanning and Bluetooth scanning

Since the screen title of the Location Services page is not the same
as the preference title on the Location page, it breaked the page
relation between Location and Location services to lead to the broken
breadcrumbs for Wi-Fi scanning and Bluetooth scanning.

Fixes: 192540579
Test: visual
Change-Id: I9fbc4033517a715e97e534991549a1029ca4e5fa
This commit is contained in:
Yanting Yang
2021-07-01 19:22:02 +08:00
parent cb00a65a0d
commit ed7139fad0

View File

@@ -16,7 +16,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/location_services_screen_title">
android:title="@string/location_services_preference_title">
<PreferenceCategory
android:key="location_services"