Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf6ab33e authored by Arc Wang's avatar Arc Wang
Browse files

[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
parent 3feacc9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 -->