tags:

views:

30

answers:

1

Hello,

I want to ask whether it is possible in android to record an ongoing phone conversation. I was able to record what was being spoken in microphone, but not the audio coming from other end.

I tried it using MediaRecorder.AudioSource.VOICE_CALL value, but with no success.


Any help ????

+1  A: 

There are many similar questions (Search for Android record call), but they all suggest that it's not possible with the current API without i.e. replacing the current phone application.

Tseng