UsbManager.ActionUsbDeviceDetached Field

Definition

Broadcast Action: A broadcast for USB device detached event.

[Android.Runtime.Register("ACTION_USB_DEVICE_DETACHED")]
public const string ActionUsbDeviceDetached;
[<Android.Runtime.Register("ACTION_USB_DEVICE_DETACHED")>]
val mutable ActionUsbDeviceDetached : string

Field Value

Attributes

Remarks

Broadcast Action: A broadcast for USB device detached event.

This intent is sent when a USB device is detached from the USB bus when in host mode. <ul> <li> #EXTRA_DEVICE containing the android.hardware.usb.UsbDevice for the detached device </ul>

Java documentation for android.hardware.usb.UsbManager.ACTION_USB_DEVICE_DETACHED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to