My Android app is using AudioRecord to get audio from the microphone (for frequency analysis and display). On two occasions, someone has called me while I was debugging the app (on Samsung Galaxy II). I answered and heard them fine, but they later reported that they either could not hear me, or they heard some kind of static/noise.
Maybe it had something to do with the debug code (which has since changed), or maybe not. I have tested by calling myself from a land-line phone and everything seems okay, but before I publish the app I would like more assurance that I am not causing trouble for customers.
Has anyone experienced this or other problems with AudioRecord and incoming phone calls? What did you do to fix it?