Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Sometimes, the handset has to make noise to get the user’s attention. Luckily, the Android SDK provides a means for this using the Notification object. Begin by configuring the audio stream type to use when playing a sound. Generally, the most useful stream type is STREAM_NOTIFICATION. You can configure the audio stream type on your notification as follows:
notify.audioStreamType = AudioManager.STREAM_NOTIFICATION;