android.provider
public
static
final
class
android.provider.MediaStore.Audio.Genres
Contains all genres for audio files
Nested Classes
Summary
Constants
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
String
CONTENT_TYPE
The MIME type for this table.
Constant Value:
"vnd.android.cursor.dir/genre"
public
static
final
String
DEFAULT_SORT_ORDER
The default sort order for this table
Constant Value:
"name"
public
static
final
String
ENTRY_CONTENT_TYPE
The MIME type for entries in this table.
Constant Value:
"vnd.android.cursor.item/genre"
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.Genres()
Public Methods
public
static
Uri
getContentUri(String volumeName)
Get the content:// style URI for the audio genres table on the
given volume.
Parameters
volumeName
| the name of the volume to get the URI for |
Returns
- the URI to the audio genres table on the given volume