How do I get state of a outgoing call in android phone?
Posted
by Ken
on Stack Overflow
See other posts from Stack Overflow
or by Ken
Published on 2010-05-20T08:51:30Z
Indexed on
2010/05/21
2:10 UTC
Read the original article
Hit count: 457
hi all.
I noticed in the class TelephonyManager there are CALL_STATE_IDLE, CALL_STATE_OFFHOOK adn CALL_STATE_RINGING. They seem to be used for incoming calls.
What I actually want to do is to be notified when an outgoing call is made, is received, or timed out. How to do that?
© Stack Overflow or respective owner