Based on this question: Access pictures from Pictures app in my android app
You can access either the internal or external memory for images. But i'm wondering if there's a way to access just a collection of both internal and external, so I don't have to deal with the possibility that some phones have images on an SD card and some have them on internal memory. I'd rather not add another step to my UI.