New Android project: Media hider

As a new Android learning project, I have created an application that lets you tell media players which directories shouldn't get scanned. This is useful e.g. when application pictures such a logos appear in the gallery. The app currently only shows you directories and prevents you from going into an empty directory, to avoid wasting your time.

Since it's occasionally useful to see which files are in a directory, I'm currently trying to find a nice way to list a specific directory. I could show all the files in the browser as well, but I find that it would clutter the interface, as the user doesn't care about most of them.

Media hider project page

Screenshot