tags:

views:

29

answers:

1

Hi all,

Im displaying contact details on a screen. I need to display phone call window to appear when user clicks on phone number in the contact details.

Please let me know How i can do this

Thanks in advance

A: 

I find answer

<TextView  android:text="888-468-0602"  
    android:autoLink="phone" />
Praveenb