java.lang.Object | |
↳ | android.provider.MediaStore.Audio.Artists |
Contains artists for audio files
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
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. |
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.provider.BaseColumns
|
|||||||||||
From interface
android.provider.MediaStore.Audio.ArtistColumns
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
EXTERNAL_CONTENT_URI | The content:// style URI for the "primary" external storage volume. | |||||||||
|
INTERNAL_CONTENT_URI | The content:// style URI for the internal storage. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Get the content:// style URI for the artists table on the
given volume.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The MIME type for this table.
The default sort order for this table
The MIME type for entries in this table.
The content:// style URI for the "primary" external storage volume.
The content:// style URI for the internal storage.
Get the content:// style URI for the artists table on the given volume.
volumeName | the name of the volume to get the URI for |
---|