Android中如何处理来电事件

发布于 2024-09-08 03:20:45 字数 90 浏览 7 评论 0原文

有人知道是否有任何事件可以处理来电吗?
我正在开发一个从麦克风传输音频的应用程序,我希望有一个监听器,可以在有来电时停止录音等,并在电话结束时重新启动该过程。

Does anybody know if there is any event to handle incoming calls?
I'm developing an app that streams audio from the microphone and I would like to have a listener that stops the recording, etc when there is an incoming call, and that restarts the process when the telephone call is over.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

憧憬巴黎街头的黎明 2024-09-15 03:20:45

您可以创建一个 BroadcastReceiver 并监听 TelephonyManager#ACTION_PHONE_STATE_CHANGED 操作。

You can create a BroadcastReceiver and listen for the TelephonyManager#ACTION_PHONE_STATE_CHANGED action.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文