Android usb host api and USB storage
I am trying to use the android host api for USB storage. I have many doubts regarding same. What all things are possible using host api. I want to see the content of USB and if possible so the normal file operation. I didnt find any documentation help regarding this. I am able to claimInterface using UsbDeviceConnection class API but I'm unable to understand how the bulkTransfer works so if anyone can guide me or give some reference I will try myself. I tried reading the USB specification also, I understood how bulkTransfer works at USB level but unable to relate how android/java file