external storage - direct access to usb-device

  1. F

    Android Question external storage - direct access to USB-device

    Hello, in Your example You are using the following code to pick a folder: Dim i As Intent i.Initialize("android.intent.action.OPEN_DOCUMENT_TREE", "") i.PutExtra("android.content.extra.SHOW_ADVANCED", True) StartActivityForResult(i) Is it possible to pick only the attached usb-stick and...
Top