This question already has an answer here:
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.
This question already has an answer here:
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.
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.