ie change of phone state from New outgoing call to Call active.
I am able to detect these 3 states after listening on ACTION_NEW_OUTGOING_CALL broadcast.
TelephonyManager.CALL_STATE_OFFHOOK:
TelephonyManager.CALL_STATE_RINGING:
TelephonyManager.CALL_STATE_IDLE:
unfortunately this 'off hook' and this action intent occur at the same time and the next event I am able to detect is 'idle'.
I am in need to detect if the receiver has answered the call and if it is active, after the person has dialed the number.