Merge "Change "Previously connected devices" string to "Saved devices"" into tm-dev
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="previously_connected_devices"
|
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">
|
settings:controller="com.android.settings.connecteddevice.PreviouslyConnectedDevicePreferenceController">
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
<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_previously_connected_screen_title">
|
android:title="@string/connected_device_saved_title">
|
||||||
|
|
||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="saved_device_list"
|
android:key="saved_device_list"
|
||||||
|
Reference in New Issue
Block a user