[android-developers] Re: How to hang up outgoing call?

2009-02-05 Thread Tilekus
Can you please provide more details? For me it doesn't seem to be possible for now. On Feb 3, 9:58 am, Kamal Hasan kamal.hasa...@gmail.com wrote: You can abort a call using BroadcastReceiver in your application. Kamal On Feb 3, 1:31 am, Tilekus tile...@gmail.com wrote: Hi everyone

[android-developers] How to hang up outgoing call?

2009-02-02 Thread Tilekus
Hi everyone, We are new to Android and creating an application where one of the things we need is to control the outgoing call, at least to be able to stop it from our application. For now we tried using Intent.ACTION_CALL to use existing activity: Intent callIntent = new