最終更新:2016-02-26 (金) 18:03:26 (2982d)  

UsbManager.getDeviceList
Top / UsbManager.getDeviceList

Returns a HashMap containing all USB devices currently attached. USB device name is the key for the returned HashMap. The result will be empty if no devices are attached, or if USB host mode is inactive or unsupported.

http://developer.android.com/intl/ja/reference/android/hardware/usb/UsbManager.html#getDeviceList()

Returns

実装

メモ

HIDのデバイスが列挙されない時がある

関連