[android-developers] Re: Best way to launch Messaging app via intent

2010-01-19 Thread Steve
On Jan 19, 8:47 pm, "dye...@wivsys.com" wrote: > When setting the action to ACTION_VIEW and type to "vnd.android-dir/ > mms-sms" on the calling intent, multiple phone numbers can be passed > via the address attribute using a semi-colon delimited list: Yes, I am familiar with using the address att

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-19 Thread jotobjects
On Jan 17, 4:42 pm, Steve wrote: > Is there a more appropriate forum to make requests for Android > platform enhancements? Yes, add a feature request here - http://code.google.com/p/android/issues/entry?template=Developer%20defect%20report Bear in mind the followup might not be what you want

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-19 Thread dye...@wivsys.com
When setting the action to ACTION_VIEW and type to "vnd.android-dir/ mms-sms" on the calling intent, multiple phone numbers can be passed via the address attribute using a semi-colon delimited list: http://andmobidev.blogspot.com/2010/01/launching-smsmessages-activity-using.html Don't know if thi

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-19 Thread dye...@wivsys.com
When setting the action to ACTION_VIEW and type to "vnd.android-dir/ mms-sms" on the calling intent, multiple phone numbers can be passed via the address attribute using a semi-colon delimited list: http://andmobidev.blogspot.com/2010/01/launching-smsmessages-activity-using.html Don't know if thi

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-19 Thread dye...@wivsys.com
By setting the action to ACTION_VIEW and type to "vnd.android-dir/mms- sms" on the calling intent, multiple phone numbers can be passed via the address attribute using a semi-colon delimited list: http://andmobidev.blogspot.com/2010/01/launching-smsmessages- activity-using.html" target="_blank">ht

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-17 Thread Steve
On Jan 14, 9:22 am, Dianne Hackborn wrote: > The stock SMS/MMS application handles the SENDTO action with an sms:, > smsto:, mms:, or mmsto: URI. I can't guarantee that devices shipping with a > custom MMS app will also handle these, though. After experimenting with the SENDTO action and mms: UR

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-17 Thread Steve
On Jan 14, 9:22 am, Dianne Hackborn wrote: > The stock SMS/MMS application handles the SENDTO action with an sms:, > smsto:, mms:, or mmsto: URI. I can't guarantee that devices shipping with a > custom MMS app will also handle these, though. After experimenting with the SENDTO action and mms: UR

Re: [android-developers] Re: Best way to launch Messaging app via intent

2010-01-13 Thread Dianne Hackborn
Sorry I don't know the details of this stuff. On Wed, Jan 13, 2010 at 1:24 PM, Steve wrote: > Thanks for the info Dianne.When using the SENDTO action with an > mms: URI, can multiple addressees be supplied? If yes could you > please give an example? > > Also, am I correct in concluding that

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-13 Thread Steve
Thanks for the info Dianne.When using the SENDTO action with an mms: URI, can multiple addressees be supplied? If yes could you please give an example? Also, am I correct in concluding that there is currently no documented API for programatically sending MMS? (SmsManager doesn't appear to c

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-13 Thread Steve
Thanks guys. Is it possible to send an MMS myself (via SmsManager)? With the specific application I have in mind I have to send an MMS (SMS or email will not work), and I need to default the message body, attachment and address list (there could be multiple addressees). If I can do this programat

[android-developers] Re: Best way to launch Messaging app via intent

2010-01-13 Thread Kumar Bibek
This is the expected behaviour. If you are using the implicit intent, all the applications that accept this kind of data will be shown. You cannot bypass this by using implicit intents. Yes, explicit intents are the only solution for you. But I would suggest to use implicit intent only. Since, the