The_app_main
Member
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