How To Record Incoming Call in android programmatically? [duplicate]

只愿长相守 提交于 2020-01-23 09:11:50

问题


I want to record incoming and outgoing calls in Android app, how can it be possible? What approach I have to follow? As I guessed I have to use TelephonyManager for that.


回答1:


Yes you have to use Telephone Manager class for getting outgoing and incoming calls.

Try this link How to Record incoming and outgoing voice call in android

Hope it will help you.



来源:https://stackoverflow.com/questions/19603162/how-to-record-incoming-call-in-android-programmatically

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!