I've searched in the web and there is no way to record incoming stream audio...the only why is the follow :
Using java Syntax Highlighting
- MediaRecorder recorder = new MediaRecorder();
- recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
that records from microphone.
Why this terrible bug?
I have founded some app that records incoming calls, how do they work?
Thank you!!

