Suppose an Android user has a call in progress and then they hit 'home' and starts my app (leaving the call in progress in the background).
In my app I detect the call to be in progress using TelephonyManager.CALL_STATE_IDLE but then I want to get the call-in-progress display to show so that the user has direct control over the call (ie sees the end call button).
Issuing the intent ACTION_DIAL doesn't help because that just opens a dialer window rather than the call-in-progress window.
Can anyone suggest how, in my code, I get the call-in-progress window to appear.
Thanks very much, Peter