[android-developers] Re: Picking two pictures at once

2010-09-06 Thread bruce
You can use ACTION_SEND_MULTIPLE and include a list of images an an ArrayListParcelable and use putParcelableArrayListExtra() to store it. Gallery does this and would be a good reference. This assumes I didn't misunderstand your question. On Sep 5, 9:44 pm, Kumar Bibek coomar@gmail.com

[android-developers] Re: Picking two pictures at once

2010-09-05 Thread Kumar Bibek
Not possible. If you really want it, then you have the option of creating your own picture chooser app. -Kumar Bibek http://techdroid.kbeanie.com On Sep 6, 4:09 am, Pedro Teixeira pedroteixeir...@gmail.com wrote: Hi, this snippet of code allows me to pick a picture and choose from a list of