How to attach two types of files into a intent using the setType
I'm attaching a different type of files (Audio, Video and Images). But I want to do it one by one and in each kind of file (audio, video and images) select different the types of format.
Example: - for Audios >> mp3 and wma - for images >> png and jpg - for videos >> mp4 and mov
How I can do it? I'm setting the type in a intent like "intent.set开发者_高级运维Type("video/*");"
Thx in advance.
精彩评论