views:

76

answers:

1

Is it possible to get a multiple contact selection activity in Android?

A: 

My first idea would be: Create a ListView containing the contacts including a CheckBox next to each of them

Or you also may want to check out this link

Martin
You are missing the point: sure I can do it myself, but I asked for a system intent or activity. There is one for single contact selection, and I wonder if there is a way to get multiple contact selection.
Miron Ophir
fair enough - but I think you missed that point in your question ;-)
Martin
Sorry for that you are probably right :)It is very simple to get the contacts and fill my own list, but I wanted to avoid that and use a "standard" intent/activity.
Miron Ophir