Possible Duplicate:
How can my android app detect a dropped call?
Detecting outgoing call and call hangup event in android
I'm making an app that needs to start an intent when a call ends, but I dont know how to do so, i used this in a Call Reciver to track a new call:
telephony.listen(imPhoneListener, PhoneStateListener.LISTEN_CALL_STATE);