What is the order of Android call state change when out going or incoming happened?

Posted by CKR666 on Stack Overflow See other posts from Stack Overflow or by CKR666
Published on 2013-10-25T17:02:58Z Indexed on 2014/06/08 9:25 UTC
Read the original article Hit count: 160

The following are the changes in phone state in android

  • CALL_STATE_OFFHOOK
  • CALL_STATE_IDLE
  • CALL_STATE_RINGING

    1. When i am making an outgoing call ,one received my call and after some time I or He ends the call.
    2. When i have a incoming call ,I received the call and after some time I or He ends the call.

Where i want to use the broadcast receiver and Listener and why service is using for doing this.

© Stack Overflow or respective owner

Related posts about android

Related posts about broadcastreceiver