Merge "Change "Previously connected devices" string to "Saved devices"" into tm-dev
This commit is contained in:
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user