The current call states which you get on SDK level are
public static final int CALL_STATE_IDLE Device call state: No activity. Constant Value: 0 (0x00000000) public static final int CALL_STATE_OFFHOOK Device call state: Off-hook. At least one call exists that is dialing, active, or on hold, and no calls are ringing or waiting. Constant Value: 2 (0x00000002) public static final int CALL_STATE_RINGING Device call state: Ringing. A new call arrived and is ringing or waiting. In the latter case, another call is already active. Constant Value: 1 (0x00000001) ( http://developer.android.com/reference/android/telephony/TelephonyManager.html) It would be nice if the Android SDK could offer a better telephony support. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Sep 9, 4:06 am, Mark Ellul <mark.el...@gmail.com> wrote: > Hi, > > I am wondering if its possible to know when an outgoing call (made by > an Intent) has been answered? > > If so, any pointers would be appreciated > > Regards > > Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---