How does SAF (storage access framework) recognize your USB-stick?
问题 Using Android 6.0.1, API 23, How do you get a USB-stick connected to your Android-phone being visible in the SAF picker that displays all matching document providers (including your USB-stick) ?? Moreover how to set-up SAF in order to create files and folders on the USB portable-storage ?? From the SAF-documentation, I tried: public void performFileSearch() { Intent intent = new Intent(Intent.ACTION_OPEN_DOCUMENT); intent.addCategory(Intent.CATEGORY_OPENABLE); // in my case, showing only text