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

Commit 3654ed4c authored by Joshua Duong's avatar Joshua Duong
Browse files

[adbwifi] Add settings event for opening adb device details.

Bug: 111434128
Bug: 63719597

Test: make
Exempt-From-Owner-Approval: cherry-pick
Change-Id: I8927e3f106b9cdaebe95ec56c675704baa1d1542
Merged-In: I8927e3f106b9cdaebe95ec56c675704baa1d1542
parent ecd7c440
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2437,4 +2437,10 @@ enum PageId {
    //   > Pair device with QR code > Scan QR code > Pairing device dialog
    // CATEGORY: SETTINGS
    ADB_WIRELESS_DEVICE_QR_PAIRING_DIALOG = 1833;

    // OPEN: Settings > Developer Options > Wireless debugging
    //   > Click on paired device
    // CATEGORY: SETTINGS
    // OS: R
    ADB_WIRELESS_DEVICE_DETAILS = 1836;
}