Possible Duplicate:
Multiple MIME types in Android
I have a requirement wherein I have to let the user select either a photo or a video.
Can this be done in a single intent?
Currently I am asking user if he wants to select photo or a video and based on his input I set mime type of the intent either "image/*
" or "video/*
".
Is there a way to allow user to select photo/video in a single intent?
Thanks, Yogesh