TutorialsAndroid / FilePicker

Android Library to select files/directories from Device Storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto select for single_mode file_select

angelkoh opened this issue · comments

Currently, for Single_mode, you still need to click on the SELECT button after selecting a file.

It is more intuitive to automatically return to the parent the moment the file is clicked.

I just forked the code by making file selection directly on Single_mode and also hiding the check mark:
https://github.com/aminbh111/FilePicker