I am making android application. On button click I just need to open specific folder where I have pdf’s so user can choose some pdf to read from that folder.
I manage to list all files from pdf folder, but that is not what I need. Most logical solution is just to open folder with “My files” app which is already part of Android OS. Is there any whey to do this on android?
This code is working without “My Files” app which, is better solution.