Re: [android-developers] Detecting when outgoing is accepted

2010-10-22 Thread TreKing
On Sat, Oct 16, 2010 at 12:50 PM, Gergely Juhász wrote: > I can detect incoming calls (with PhoneStateListener), outgoing calls by > NEW_OUTGOING_CALL intent, > but i can not find a way to distinguish the dialing and connected phone > states. > Never used it, but this seems promising: http://dev

[android-developers] Detecting when outgoing is accepted

2010-10-16 Thread Gergely Juhász
Hi! As far as i know there is no way to detect when an outgoing call is accepted at public API level. I can detect incoming calls (with PhoneStateListener), outgoing calls by NEW_OUTGOING_CALL intent, but i can not find a way to distinguish the dialing and connected phone states. Am i correct? B