Android 中通话结束的监听器
我正在开发一个应用程序,我想在拨出呼叫结束时跟踪该情况。例如,如果移动电话用户拨打电话,然后我想在呼叫结束时运行编程代码。我想要这个仅适用于拨出电话。
I am developing an application in which i want to keep a track of that when an outgoing call ends.For example,If a mobile phone user dials a call and then i want to run a programming code when the call is ended.I want this only for outgoing calls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 android 中的电话 api 来完成此操作。请参阅此 链接 它有一个示例。
http://mobisys.in/blog/ 2011/09/is-your-call-end-on-android-phone/
You can do it with telephony api in android .see this link its have an example for it.
http://mobisys.in/blog/2011/09/is-your-call-ended-on-android-phone/
最后完成了我的关于 android 通话记录详细信息的项目,我使用了 PhoneSateListener 和 ContentObserver。 Github 项目:Android 通话日志
教程:结束通话后 Android 通话记录详细信息
Finally done my project on android call log details and I used PhoneSateListener and ContentObserver. Github Project: Android Call Log
Tutorial: Android Call Log Details After ending Call