0

` The smaller speaker inside a phone that produces a low volume sound which can only be heard when listing closely with your ear against the phone.

MediaPlayer mPlayer = MediaPlayer.create(getApplicationContext(), R.raw.test /* .mp3 file*/);

mplayer.play();`

naidu
  • 1
  • 3
  • What do you mean by reciever speaker?? – akhil Rao May 26 '16 at 07:12
  • i mean it is phone speaker instead of hands free speaker – naidu May 26 '16 at 07:24
  • The smaller speaker inside a phone that produces a low volume sound which can only be heard when listing closely with your ear against the phone. – naidu May 26 '16 at 07:37
  • I think it is a user selection thing. You can output the sound, but the system (android core) sends it to the *right* userselected output. – Flummox - don't be evil SE May 26 '16 at 07:42
  • Possible duplicate of [Android - Getting audio to play through earpiece](http://stackoverflow.com/questions/2119060/android-getting-audio-to-play-through-earpiece) – Yazan May 26 '16 at 08:01

0 Answers0