[android-developers] Re: email multi attachments

2010-03-18 Thread Matias Alberto de la Vega
Yes I have the zip stuff working, yet couldn't manage to make ACTION_SEND_MULTIPLE either =( too bad that Google had put so little info about that topic in the API documentation. If you need some snippets with the zip let me know. Bye On 17 mar, 22:51, SRF wrote: > I couldn't get ACTION_SEND_MULT

[android-developers] Re: email multi attachments

2010-03-17 Thread SRF
I couldn't get ACTION_SEND_MULTIPLE to work, either. I think I'm going to zip the attachments into one archive and use ACTION_SEND like you are suggesting, Matias. Have you had any luck with the zip approach yet? On Mar 2, 8:14 am, Matias Alberto de la Vega wrote: > Sleith, I've been doing some

[android-developers] Re: email multi attachments

2010-03-02 Thread sleith
Hi, thanks for your response. I'll try it, and i'll tell you if i make any progress :D thanks man On Mar 2, 7:19 pm, Matias Alberto de la Vega wrote: > BTW if you want to do some research on your own, you can google > ACTION_SEND_MULTIPLE which I yet couldn't manage to get it to > work...anyway y

[android-developers] Re: email multi attachments

2010-03-01 Thread sleith
still dont find any solution for this.. please help >.< On Feb 21, 9:16 pm, sleith wrote: > anyone can help? >.< > > On Feb 21, 9:35 am, sleith wrote: > > > Hi, is it possible to send email with multi attachments? > > Because what i see is only Intent.EXTRA_STREAM to attach the file, and > > it'

[android-developers] Re: email multi attachments

2010-02-21 Thread sleith
anyone can help? >.< On Feb 21, 9:35 am, sleith wrote: > Hi, is it possible to send email with multi attachments? > Because what i see is only Intent.EXTRA_STREAM to attach the file, and > it's only one file. > Thanks for the help :) -- You received this message because you are subscribed to th