【发布时间】:2014-12-10 23:51:29
【问题描述】:
在我的应用程序中,我必须检测拨出电话是否被接受、断开或响铃。我浏览了这些帖子:
- Is there any way to know if an outgoing call is accepted?
- Cannot detect when outgoing call is answered in Android
- how to get the state for outgoing calls
- How to identify the ringing state of outgoing call in android
- Out going call answered state in Android 2.2+
但是这些帖子都没有给出正确的答案。我使用了Android内部类com.android.internal.telephony.CallManager,但我只得到手机状态是否空闲。
【问题讨论】:
标签: android