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

Commit 1d45ee64 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
Change-Id: I8927e3f106b9cdaebe95ec56c675704baa1d1542
parent bf66af72
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2627,4 +2627,10 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: R
    PANEL_MEDIA_OUTPUT_GROUP = 1835;

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