How to know callee is answered the call (What is the phone state when he lift the call)

前端 未结 1 1868
南旧
南旧 2021-02-12 13:55

I am trying to know how to alert when the callee lifts the call. I have used PhoneStateListener along with BroadcastReceiver.

Generally it ha

1条回答
  •  孤街浪徒
    2021-02-12 14:14

    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

    0 讨论(0)
提交回复
热议问题