OSDN Git Service

Change string from "Add device" to "Pair new device"
authorhughchen <hughchen@google.com>
Wed, 16 May 2018 11:17:06 +0000 (19:17 +0800)
committerhughchen <hughchen@google.com>
Wed, 16 May 2018 11:17:06 +0000 (19:17 +0800)
Change string from "Add device" to "Pair new device"

Bug: 79298886
Test: Build pass
Change-Id: Iac4e251d5fab794f90e98911208f026d62b91659

res/xml/bluetooth_screen.xml

index 407feb6..9f09a8a 100644 (file)
@@ -21,7 +21,7 @@
 
     <com.android.settingslib.RestrictedPreference
         android:key="bluetooth_screen_add_bt_devices"
-        android:title="@string/connected_device_add_device_title"
+        android:title="@string/bluetooth_pairing_pref_title"
         android:icon="@drawable/ic_menu_add"
         android:summary="@string/connected_device_add_device_summary"
         android:fragment="com.android.settings.bluetooth.BluetoothPairingDetail"