2011-10-26 2 views

답변

0

IT는이 가능성이다.

<intent-filter> 
    <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> 
</intent-filter> 

앱 인 텐트 메소드에서 UsbDevice를 가져온 다음 UsbDeviceConnection 객체를 가져 와서 닫습니다().

작동하는지 모르겠지만 그게 내가 문서를 보려고하는 것입니다.

http://developer.android.com/guide/topics/usb/host.html

아마 청소기 방법 다음이 있습니다,하지만 당신은 그것을 시도 할 수 있습니다.

관련 문제