[android-developers] Re: Ending a call

2008-09-25 Thread legerb
Hi anu, I'm facing the same problem. Did you manage to find a solution? Also, could you elaborate a little on how you simulate an outgoing call? On Sep 18, 7:06 am, anu [EMAIL PROTECTED] wrote: I do not want to end the call manually. I need to code it in the same way as I code in the call

[android-developers] Re: Ending a call

2008-09-25 Thread legerb
Hi anu, I'm facing the same problem. Did you manage to find a solution? Also, could you elaborate a little on how you simulate an outgoing call? On Sep 18, 7:06 am, anu [EMAIL PROTECTED] wrote: I do not want to end the call manually. I need to code it in the same way as I code in the call

[android-developers] Re: Ending a call

2008-09-25 Thread legerb
Hi anu, I'm facing the same problem. Did you manage to find a solution? Also, could you elaborate a little on how you simulate an outgoing call? On Sep 18, 7:06 am, anu [EMAIL PROTECTED] wrote: I do not want to end the call manually. I need to code it in the same way as I code in the call

[android-developers] Re: Ending a call

2008-09-18 Thread anu
I do not want to end the call manually. I need to code it in the same way as I code in the call origination. In m5, there were APIs to both call and endCall. Similarly, I used the intent ACTION_CALL and ACTION_DIAL to start the call. But, I need to end the call after some delay. Is it possible in

[android-developers] Re: Ending a call

2008-09-17 Thread Charlie Collins
End the call by pressing the end call button so that the Activities in the dialer app can end the call. I am not sure I understand the question, but you don't want to end a call manually, intentionally (users expect a call to work like a call, which they end when they want to).