Hi, I need to be able to mute the microphone during a call from my app (on some cases). I've searched the web for this issue, but whatever I tried didn't work.
I tried using the AudioManager and setMicrophoneMute method. It seems that it did something, cause when I called the IsMicrophoneMute function it returned true. However, the microphone still seems to work , I was able to hear the audio.... I also tried to work with some refelction solutions (which i didn't like). But that didn't worked either. Is there something I'm missing? or is it impossible to do that without changing the OS? Thanks, Tomer -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

