-3

Currently I am developing application, which goal is to automatically detect external storage (in this case it's regular USB stick) when connected. Next step is to process operation on files located on this device - I don't have any problems with that. I don't know just where to start, is there any listener that is available from java code?

Thanks in advance

  • 1
    Possible duplicate of [Android: Detecting USB](http://stackoverflow.com/questions/4600896/android-detecting-usb) – coelhudo Nov 04 '16 at 07:52

1 Answers1

0

Read the USB-Host Documentation from the Android-Developersite.

Chris
  • 406
  • 3
  • 8