I'm using ACTION_PICK to show a contact picker:
startActivityForResult( new Intent(Intent.ACTION_PICK, Uri.parse
("content://contacts/people") ) ,RESULT_PICK_CONTACT_REQUEST);
I'd really like to be showing only contacts from the My Contacts
group, rather than the list which includes all the auto-generated
contacts. I had hoped to find an Extra to specify the group, but I
can't find any sign of one.
Is there any way to pick a contact from a specified group, or do I
need to write my own picker ?
Thanks,
Richard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---