DeviceState

The state displayed with the ADB Device when running "adb devices"

Enums
DEVICE_STATE_UNSPECIFIED The device state is unknown.
DEVICE The ADB device is in the "device" status.
RECOVERY The ADB device is in the "recovery" status.
RESCUE The ADB device is in the "rescue" status.
SIDELOAD The ADB device is in the "sideload" status.
MISSING The ADB device is in the "missing" status.
OFFLINE The ADB device is in the "offline" status.
UNAUTHORIZED The ADB device is in the "unauthorized" status.
AUTHORIZING The ADB device is in the "authorizing" status.
CONNECTING The ADB device is in the "connecting" status.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年07月09日 UTC.