iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Ability to select folders only #36

Open nicolabeghin opened 10 years ago

fishnet37222 commented 9 years ago

+1

dentex commented 8 years ago

I tried with intent.setType(DocumentsContract.Document.MIME_TYPE_DIR); into createGetContentIntent() from FileUtils. No luck.

nicolabeghin commented 8 years ago

@dentex: in the end I used a different library for folder selection

dentex commented 8 years ago

Link? Il 12/ott/2015 18:09, "Nicola Beghin" notifications@github.com ha scritto:

@dentex https://github.com/dentex: in the end I used a different library for folder selection

— Reply to this email directly or view it on GitHub https://github.com/iPaulPro/aFileChooser/issues/36#issuecomment-147448264 .