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

Commit 5528d583 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

[adbwifi] Make AdbManager changes for adb over WiFi. am: f24fb19d

Change-Id: Ib6c589857f55f335eece4279d1aa79cc3a451373
parents 2ef8e2ee f24fb19d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -255,6 +255,10 @@ message SystemMessage {
    // Inform the user a foreground service while-in-use permission is restricted.
    NOTE_FOREGROUND_SERVICE_WHILE_IN_USE_PERMISSION = 61;

    // Display the Android Debug Protocol status
    // Package: android
    NOTE_ADB_WIFI_ACTIVE = 62;

    // ADD_NEW_IDS_ABOVE_THIS_LINE
    // Legacy IDs with arbitrary values appear below
    // Legacy IDs existed as stable non-conflicting constants prior to the O release
Loading