MaterialFilePicker
MaterialFilePicker copied to clipboard
why I cannot go back from default storage and choose external removable sdcard?
trafficstars
why I cannot go back from default storage and choose external removable sdcard?
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.