• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps how to get phone number from contact to textbox

goldE

Lurker
Sep 13, 2011
5
0
hi

how to get phone number from contact to textbox

i try this:

Intent i = new
Intent(android.content.Intent.ACTION_PICK);
i.setType(ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE);
startActivityForResult(i,request_Code);

txtPhoneNo.setText(i.toString());

but i got something like: Intent {act=android.intent..........
and not the phone number

how to get the phone number into the textbox ?

thanks inadvance :)
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones