java.lang.Object | |
↳ | android.provider.MediaStore.Audio.Albums |
Contains artists for audio files
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.AlbumColumns
|
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 albums 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 albums table on the given volume.
volumeName | the name of the volume to get the URI for |
---|