How To Record Incoming Call in android programmati

2019-05-15 19:15发布

问题:

This question already has an answer here:

  • Android Recording Incoming and Outgoing Calls 4 answers

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.