Is there a way to use intent.setType() and supply multiple broad types (like images and video)?
intent.setType()
I am using an ACTION_GET_CONTENT.
ACTION_GET_CONTENT
you can pass multiple mime types if you separate with |
Intent.setType("application/*|text/*");