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

Search results

  1. C

    Apps Mute Phone in App

    Hey Guys, New to the forums, I have a quick question. I am attempting to mute the phone call in progress from my application. I have tried all the following: this.setVolumeControlStream(mAudioManager.STREAM_VOICE_CALL); mAudioManager.setMicrophoneMute(true)...