MaterialFilePicker icon indicating copy to clipboard operation
MaterialFilePicker copied to clipboard

why I cannot go back from default storage and choose external removable sdcard?

Open anonym24 opened this issue 7 years ago • 1 comments
trafficstars

why I cannot go back from default storage and choose external removable sdcard?

anonym24 avatar Feb 25 '18 10:02 anonym24

Simple way to do so: new MaterialFilePicker() .withRootPath("/storage/") ... .start(); You can also just put "/" but storage will directly let you choose between your default storage and any external.

lucblender avatar Oct 30 '18 08:10 lucblender