Has anyone else experienced this on the Samsung Galaxy S?
When I use the folowing to turn the Loudspeaker on it works fine:
audioManager.setSpeakerphoneOn(true);
But when I try the opposite to turn it off:
audioManager.setSpeakerphoneOn(false);
The Loudspeaker stays on and audio is played via that instead of the ear piece on the device.
The above works on the Nexus One and HTC Hero, just got a Samsung Galaxy the other day and it doesn't work, has anyone else encountered the issue and perhaps know why it is happening and if there is a work around?