public static final class

MediaStore.Audio.Artists

extends Object
implements BaseColumns MediaStore.Audio.ArtistColumns
java.lang.Object
   ↳ android.provider.MediaStore.Audio.Artists

Class Overview

Contains artists for audio files

Summary

Nested Classes
public static final class MediaStore.Audio.Artists.Albums Sub-directory of each artist containing all albums on which a song by the artist appears. 
Constants
String CONTENT_TYPE The MIME type for this table.
String DEFAULT_SORT_ORDER The default sort order for this table
String ENTRY_CONTENT_TYPE The MIME type for entries in this table.
Uri EXTERNAL_CONTENT_URI The content:// style URI for the "primary" external storage volume.
Uri INTERNAL_CONTENT_URI The content:// style URI for the internal storage.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.MediaStore.Audio.ArtistColumns
Public Constructors
MediaStore.Audio.Artists()
Public Methods
static Uri getContentUri(String volumeName)
Get the content:// style URI for the artists table on the given volume.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_TYPE

The MIME type for this table.

Constant Value: "vnd.android.cursor.dir/artists"

public static final String DEFAULT_SORT_ORDER

The default sort order for this table

Constant Value: "artist_key"

public static final String ENTRY_CONTENT_TYPE

The MIME type for entries in this table.

Constant Value: "vnd.android.cursor.item/artist"

public static final Uri EXTERNAL_CONTENT_URI

The content:// style URI for the "primary" external storage volume.

public static final Uri INTERNAL_CONTENT_URI

The content:// style URI for the internal storage.

Public Constructors

public MediaStore.Audio.Artists ()

Public Methods

public static Uri getContentUri (String volumeName)

Get the content:// style URI for the artists table on the given volume.

Parameters
volumeName the name of the volume to get the URI for
Returns
  • the URI to the audio artists table on the given volume