问题
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