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: [email protected]
Twitter: kenneth_tse

-- 
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

Reply via email to