views:

590

answers:

2

Is there a way to use setType() and supply multiple broad types (like images and video)?

I'm using an ACTION_GET_CONTENT. It seems to be working with just comma-separated types.

A: 

intent.setType("image/*"); // same with video/*

karni
A: 

anyone tell me how to pass the mimetype for multiple images and videos while sharing with other application like email, messaging, picasa etc.

how to get all the applications which are used to share images, video and mixed of images and videos. what mimetype to be sent with the intent.

arti