Android-FilePicker icon indicating copy to clipboard operation
Android-FilePicker copied to clipboard

About NotifyMediaStore

Open junchenChow opened this issue 7 years ago • 0 comments

if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) { File sd = new File(Environment.getExternalStorageDirectory().getPath()); if (sd.canWrite()) { FilePickerUtils.notifyMediaStore(this, sd.getAbsolutePath()); } } onPickDoc();

I have called this method, but I didn't respond. Did I use it wrong?

junchenChow avatar Oct 23 '18 02:10 junchenChow