可能重複:
How can my android app detect a dropped call?
Detecting outgoing call and call hangup event in android如何知道通話何時結束?
我正在做一個需要啓動的意圖,當通話結束一個應用程序,但我不知道怎麼做, 我在一個Call Reciver中使用它來跟蹤一個新的呼叫:
telephony.listen(imPhoneListener, PhoneStateListener.LISTEN_CALL_STATE);
http://stackoverflow.com/questions/5497061/detecting-outgoing-call-and-call-hangup-event-in-android –