[adb-wireless] Allow users copy 'IP address & Port' in Wireless debugging

After this change, users can long press 'IP address & Port'
and use Copy button.

Bug: 162965202
Test: manual
      Long press 'IP address & Port' and use Copy button.
Change-Id: Ib3d131fef9cd18230844fc13a63bb9ab9bf07d2e
This commit is contained in:
Arc Wang
2020-08-06 13:55:31 +08:00
parent 3feacc9bbb
commit cf6ab33e71

View File

@@ -35,7 +35,8 @@
android:key="adb_ip_addr_pref"
android:title="@string/adb_wireless_ip_addr_preference_title"
android:summary="@string/summary_placeholder"
android:selectable="false"/>
android:selectable="false"
settings:enableCopying="true"/>
</PreferenceCategory>
<!-- Pairing methods category -->