# Print output for @column tags ?>
public
static
interface
MediaStore.Audio.PlaylistsColumns
implements
MediaStore.MediaColumns
| android.provider.MediaStore.Audio.PlaylistsColumns |
This interface is deprecated.
Android playlists are now deprecated. We will keep the current
functionality for compatibility reasons, but we will no longer take
feature request. We do not advise adding new usages of Android Playlists.
M3U files can be used as an alternative.
Audio playlist metadata columns.
Constants | |
|---|---|
String |
DATA
This constant is deprecated.
Apps that target |
String |
DATE_ADDED
The time the media item was first added. |
String |
DATE_MODIFIED
The time the media item was last modified. |
String |
NAME
The name of the playlist
|
Inherited constants |
|---|
public static final String DATA
This constant is deprecated.
Apps that target R and higher
may not update the value of this column. However they may read the file
path value from this column and use in file operations.
Path to the playlist file on disk.
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: "_data"
public static final String DATE_ADDED
The time the media item was first added.
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_INTEGER , and are read-only and cannot be mutated.
Constant Value: "date_added"
public static final String DATE_MODIFIED
The time the media item was last modified.
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_INTEGER , and are read-only and cannot be mutated.
Constant Value: "date_modified"
public static final String NAME
The name of the playlist
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"