Hello all, I want to write something to sms to several people. I want to select the phone numbers from the system phone book activity.
1. Uri uri = Uri.parse("content://contacts/people"); 2. Intent intent = new Intent(Intent.ACTION_PICK, uri); 3. startActivityForResult(intent, PICK_CONTACT_SUBACTIVITY); However, I can't select only one number at a time. I wonder how to select multi phone numbers like we can do in 'compose new message'. :) Best wishes, Kenneth Tse Email: xie.kenn...@gmail.com Twitter: kenneth_tse -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en