Hi,
Our app uses the mic to make calls. When a call starts the microphone is activated and the green icon on the top of the screen shows up showing it’s being used. When the call ends, the green icon keeps on the screen and I can’t use the mic on other apps.
We use the AudioManager to handle audio focus. https://developer.android.com/reference/android/media/AudioManager I can’t find in Google’s documentation how to release the microphone.
Our app uses the mic to make calls. When a call starts the microphone is activated and the green icon on the top of the screen shows up showing it’s being used. When the call ends, the green icon keeps on the screen and I can’t use the mic on other apps.
We use the AudioManager to handle audio focus. https://developer.android.com/reference/android/media/AudioManager I can’t find in Google’s documentation how to release the microphone.