我正在开发一个应用程序,我想要保持跟踪,当一个外呼ends.For例如,如果一个移动电话用户拨打一个呼叫,然后我想运行一个编程代码时,该呼叫结束。
发布于 2011-01-28 15:05:03
你可以在android .see中使用example api来做这件事,这个link有一个例子。
http://mobisys.in/blog/2011/09/is-your-call-ended-on-android-phone/
发布于 2015-01-14 15:18:06
最后,我完成了我的安卓呼叫日志细节项目,我使用了PhoneSateListener和ContentObserver。Github项目:Android Call Log
教程:Android Call Log Details After ending Call
https://stackoverflow.com/questions/4825607
复制相似问题