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.