On Fri, Jul 6, 2012 at 5:06 AM, akd17 <[email protected]> wrote: > It should be straightforward to open the SMS app with the ACTION_VIEW intent > as shown below, pre-populated with multiple recipients: > > Intent i = new Intent(Intent.ACTION_VIEW, > Uri.parse("sms:1234567890;1234543210"));
IETF 5724 says the separator should be a comma. http://www.ietf.org/rfc/rfc5724.txt -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

