Hi Developers any one knows how to get contact number in string from address
book. my code for opening address book is

Intent intent = new Intent(Intent.ACTION_PICK,
                        ContactsContract.Contacts.CONTENT_URI);
                startActivityForResult(intent, PICK_CONTACT);

this open address book now i want to know suppose i select one contact from
there how to get that contact number in a string.

thanks

On Wed, Aug 3, 2011 at 10:55 PM, Amit Mangal <[email protected]>wrote:

> Hi Everyone,
>
>
> I want to open address book programmaticly that i am able to open now user
> selects any contact from phone book how to know which number selected by the
> user.
>
>
> i want to get that number in string.
>
> thanks in advnce
>

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