MediaStore Audio

Basic URI: 
content://media/internal/audio/media
URI variants: 
content://media/external/audio/media
MIME types: 
vnd.android.cursor.dir/audio
vnd.android.cursor.item/audio

Audio files in the media store.

See Android documentation.

The content URIs can be accessed through:
* android.provider.MediaStore.Audio.Media.INTERNAL_CONTENT_URI
* android.provider.MediaStore.Audio.Media.EXTERNAL_CONTENT_URI

External audio data are those on the SD card and can contain songs or recorded sound.
Internal audio data are usually used for ringtones and notification sounds.

Applications providing MediaStore Audio

Titlesort icon Provides intent actions Provides intent URIs Uses action Uses URI Description
MediaPlayback View data MediaStore Audio

Plays back media from the MediaStore.

Sound recorder Record sound MediaStore Audio

Sound recorder.