` 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();`