adityak368 / Android-FileBrowser-FilePicker

A FileBrowser / FileChooser / FolderChooser for Android that you can integrate to your app to browse/select files from internal/external storage
MIT License
168 stars 45 forks source link

The back button is too cumbersome #25

Open PengOliverSu opened 4 years ago

PengOliverSu commented 4 years ago

First of all, I want to thank the author, because the View is convenient. Issue as follows: If I find file I need after looking for multi-level directory, I need to return to my application immediately rather than pressing the back button once every level,when I use the FileBrowser. It will waste a lot of time. I think you can add a new button which can return to the application or destory the FileBrowserActivity immediately.