• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Force Microphone On

Is there a way in code to force the devic microphone on when it's been disabled by plugging in headphones? I want to be able to record audio from the devices microphone and also playback audio through the headset. Unforutnatly many devices disable the microphone when something is plugged into the devices headphone jack. I tried using the AudioManager.setMicrophoneMute(false) but that didn't work. Any ideas? Thanks
 
Back
Top Bottom