I've tried the recommended
setSpeakerphoneOn(true)
and the unrecommended
AudioSystem.setForceUse(AudioSystem.FOR_MEDIA, AudioSystem.FORCE_SPEAKER);
but neither has worked.
I've tried
setWiredHeadsetOn(false)
but that doesn't work either, and is deprecated.
Interestingly,
isSpeakerphoneOn()
reports true, as does
isWiredHeadsetOn()
Additionally, the following permission is set
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…