Transfer Files USB Mass Storage OTG
问题 I have an external mass storage device connected to an Android device. There are several .BIN files in the root directory that I need to read into my app. I am able to connect to the device and receive usb permission using UsbDeviceConnection. private final BroadcastReceiver mUsbReceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { String output = outputTV.getText().toString(); String action = intent.getAction(); outputTV.setText(outputTV