I am trying to know how to alert when the callee lifts the call. I have used PhoneStateListener along with BroadcastReceiver.
PhoneStateListener
BroadcastReceiver
Generally it ha
The state will be OFF_HOOK
Device call state: Off-hook. At least one call exists that is dialing, active, or on hold, and no calls are ringing or waiting.
You can see on this link: http://developer.android.com/reference/android/telephony/TelephonyManager.html