Questions tagged [speakerphone]
31 questions
0
votes
1 answer
setSpeakerphoneOn() not working on 2.1, working on 2.3
I need to play some audio through the earpiece. I am using AudioTrack to play some sound on a device. and the audio mode is set as STREAM_VOICE_CALL.
Also, in my activity, the speakerphone is turned off by:
AudioManager am;
am =…

Alabhya
- 490
- 1
- 9
- 16