to support dynamic rerouting of STREAM_VOICE_CALL streams when using AudioManager.setSpeakerphoneOn(bool) even when not in call. The setSpeakerphoneOn() method is mapped in the AudioPolicyManager to a call to setForceUse for the AudioSystem::FOR_COMMUNICATION usage. This was only updating the output device when the current mode was MODE_IN_CALL. The change consists in changing the routing also when there is an active stream of type AudioSystem::VOICE_CALL as we allow that stream type to be used not just for telephony streams, but for communications in general.
Description
No description provided
Languages
C++
90.2%
Objective-C
4.6%
C
2.8%
Makefile
2.4%