Merge "Change "Previously connected devices" string to "Saved devices"" into tm-dev

This commit is contained in:
Hugh Chen
2022-04-18 01:50:07 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
<PreferenceCategory
android:key="previously_connected_devices"
android:title="@string/connected_device_previously_connected_title"
android:title="@string/connected_device_saved_title"
settings:controller="com.android.settings.connecteddevice.PreviouslyConnectedDevicePreferenceController">
<Preference

View File

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