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

Commit 08556531 authored by Joshua Duong's avatar Joshua Duong Committed by Gerrit Code Review
Browse files

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

parents cde5e170 3654ed4c
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -2437,4 +2437,10 @@ enum PageId {
    //   > Pair device with QR code > Scan QR code > Pairing device dialog
    //   > Pair device with QR code > Scan QR code > Pairing device dialog
    // CATEGORY: SETTINGS
    // CATEGORY: SETTINGS
    ADB_WIRELESS_DEVICE_QR_PAIRING_DIALOG = 1833;
    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;
}
}