Hi developers,

         Hope you all are doing well.

I used intent to open a dial screen.
My code is

                        Intent FirstIntent=new Intent(Intent.ACTION_DIAL);
startActivity(FirstIntent);

Now dial pad scrren came.
When I dialled a number a GSM no. get called.I want to perform a SIP call
when I press a call button.Then what extra code I need to write for that?

thanks and regards
pranab

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to