Added in API level 1

MediaStore.Audio.GenresColumns

public static interface MediaStore.Audio.GenresColumns

android.provider.MediaStore.Audio.GenresColumns


Audio genre metadata columns.

Summary

Constants

String NAME

The name of the genre
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object.

Constants

NAME

Added in API level 1
public static final String NAME

The name of the genre
This constant represents a column name that can be used with a ContentProvider through a ContentValues or Cursor object. The values stored in this column are Cursor#FIELD_TYPE_STRING .

Constant Value: "name"