Android 处理电话
我有录音,当来电时我需要停止录音,我该怎么办?
I have audio recording, when a phone call come I need to stop the recording, how can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我有录音,当来电时我需要停止录音,我该怎么办?
I have audio recording, when a phone call come I need to stop the recording, how can I do this?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您必须使用
PhoneStateListener
:确保在您的清单中包含此权限:
You have to use the
PhoneStateListener
:Make sure to include this permission in your Manifest:
我从未尝试过在 Android 上访问手机内容,但请检查此处 -
http ://developer.android.com/reference/android/telephony/package-summary.html
和这里 -
http://developer.android.com/reference/android/telephony/PhoneStateListener.html
和此处 -
http://developer.android.com/reference/android/telephony/TelephonyManager.html
I've never tried to access the phone stuff on Android but check here -
http://developer.android.com/reference/android/telephony/package-summary.html
and here -
http://developer.android.com/reference/android/telephony/PhoneStateListener.html
and here -
http://developer.android.com/reference/android/telephony/TelephonyManager.html