0

I am a newbie. I was looking for a way to :

use ACTION_DIAL INTENT and callup a particular contact like say by the name of "HOME". I guess we have to use get_Data() and ContactsContract, but have no clue of how to use it...

I looked for a while but only got (ACTION_DIAL,uri.parse("tel:XXXXXXX"))

Can anyone Please help ? Thanks in Advance !!

1 Answers1

0

I hope the following example helps you.

The example is about postal address but you can get your desired info

Get Postal address from a contact using ContactsContract api on android

Community
  • 1
  • 1
android developer
  • 1,253
  • 2
  • 13
  • 43
  • Thanks for the quick reply anuja :) Actually what i want to do is NOT TELL THE USER to PICK A Contact, Instead dial a particular contact from the app itself, like there is a button of the name "HOME", when the user clicks it, android system must call HOME from his contact book directly...... – user1173468 Jan 27 '12 at 17:35