[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:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user