I was able to launch contacts by adding the following in my activity class
startActivityForResult((new Intent(Contacts.Intents.UI.LIST_ALL_CONTACTS_ACTION)),PICK_CONTACT_REQUEST); Although I didnot get any data in the result / nor could I select a contacts from the list. So I have gone ahead and created a list similar to the list displayed by Contacts by reading the oinfo from the content://contacts/people database. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

