如何在android中记录通话?是否可以? [英] How to record call in android? Is it possible?

查看:27
本文介绍了如何在android中记录通话?是否可以?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想记录来自安卓手机的通话.我正在使用 android.media.MediaRecorder pckg.

I want to record call from android phone. I am using android.media.MediaRecorder pckg.

还使用了以下代码:

mrec.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL);
mrec.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
mrec.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);

但是我没有成功录制来电.谁能推荐一个经过测试的代码片段?

But I didn't succeed in recording an incoming call. Can anyone recommend a tested code snippet?

还有,这是真的?http://groups.google.com/group/android-developers/browse_thread/thread/c2bc85eb60ae2aa5?pli=1http://code.google.com/p/android/问题/细节?id=2117#c226

推荐答案

Android 标准发行版目前不支持.

Standard distributions of Android does not support it till now.

如果你愿意,你可以投票给这些:

You can vote up these if you want:

http://code.google.com/p/android/issues/detail?id=4075

http://code.google.com/p/android/issues/detail?id=2117

这篇关于如何在android中记录通话?是否可以?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆