I am using the aFileChooser library to let my user choose file. This library is good because it works with pre Kitkat and post Kitkat ( they changed how you can get the path for files/folders). In addition it shows internal and external.
The problem that I can only let the person choose files. I want the user to also be able to choose folders only ( not files) and I can't seem to know how to do that or modify the code to do it.
Any help?