I have a rather tricky question this time.
I want to know how to Inject audio to microphone source during a call.
I know I have read dozens of topics here and there
But what are you trying to achieve? Are you trying to implement some kind of answering machine? The only way you could inject audio during a call is if you release your own android version. Download the sources, modify them, and release. Good luck :)
From the official documentation:
Note: You can play back the audio data only to the standard output device. Currently, that is the mobile device speaker or a Bluetooth headset. You cannot play sound files in the conversation audio during a call.
The only thing I could think of would be to somehow interleave the call sound and the sound you want to play, but you don't have direct control over the call sound, so this is likely impossible.
It looks like this may change in 3.3, but it's currently not possible to do without using the NDK and/or writing your own distro of Android.
Sorry! :(