Android: Open a directory path with one of the installed file managers
What I want
One of the features of my App is to Download files.
I want to give the user the opportunity to open the folder, which contains the downloaded files, so that he can browse through them and open them in whatever application he likes.
So I have a button, which should open a path to this directory in one of the installed file managers.
What I have
So far I've been referring to this solution:
<a...