Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recording a phone call in Android

Tags:

android

I have seen apps in the Android Marketplace with regards to an app recording an ongoing phone conversation. I am interested in how this is done. Anyone knows how the call is being recorded?

Is there a way to maybe get an Audio Stream for a call in Android?

Cheers!

like image 769
dineth Avatar asked Aug 17 '10 13:08

dineth


1 Answers

Look at Permissions.PROCESS_OUTGOING_CALLS: Allows an application to monitor, modify, or abort outgoing calls. I don't know about incoming calls though, that may not be possible.

like image 102
fredley Avatar answered Nov 15 '22 05:11

fredley