Audiomanager Speaker not working
问题 I'm trying to enable the speaker while I am in a call: final AudioManager audioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); audioManager.setSpeakerphoneOn(true); I tried to check after the setSpeakerphoneOn() the audiomanager and get that the speaker is still not on by asking isSpeakerphoneOn() audioManager.isSpeakerphoneOn(); In my log I can see some errors that I can't understand: E/AudioManager: Don't setBluetoothScoOn-PackageName: com.myapp.app on = false E