How To Record Incoming Call in android programmatically? [duplicate]
问题 This question already has answers here : Android Recording Incoming and Outgoing Calls (3 answers) Closed 6 years ago . 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:/