Hi Nageswara

i hope i am getting your point of problem.

    Its very simple just call this intent and start an activity

                Intent callIntent = new Intent(Intent.ACTION_CALL);
                callIntent.setData(Uri.parse("tel:*Your Tel ph.
No*"));
                startActivity(callIntent);

And Give Permission in AndroidManifest for call. i.e.
<uses-permission android:name="android.permission.CALL_PHONE"/>

Hopefully it will solve your problem

Thanks & Regards
     Animesh S. Sinha.


On Oct 22, 7:31 am, nageswara rao rajana <[email protected]>
wrote:
> Hi,
>
>     I am developing application in which when i click on button a call to
> particular number.
>     Any one help me please.....
>
>    Thanking you.
>     Nagu.

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