How to get a state that the outgoing call has been answered?

只愿长相守 提交于 2019-12-10 22:46:33

问题


I'm using PhoneStateListener's onCallStateChanged method to track the states of an outgoing phone call. I need to get the state of the outgoing call when accepted. I was using CALL_STATE_OFFHOOK to determine the answering state, but it is called even when the call receiver ignores the incoming call. Is there any accurate and possible way to get the phone call answered state?

来源:https://stackoverflow.com/questions/9392804/how-to-get-a-state-that-the-outgoing-call-has-been-answered

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!