use of com.stardust.scriptdroid.storage.file.StorageFileProvider in project Auto.js by hyb1996.
the class FileChooserDialogBuilder method chooseDir.
public FileChooserDialogBuilder chooseDir() {
mFileChooseListView.setCanChooseDir(true);
mFileChooseListView.setStorageFileProvider(new StorageFileProvider(mRootDir, 10, File::isDirectory));
return this;
}
Aggregations