diff options
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index c217caf1f264..5690af59236f 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -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; } |