public static interface MediaStore.Audio.PlaylistsColumns
Modifier and Type | Field and Description |
---|---|
static String |
DATA
Path to the playlist file on disk.
|
static String |
DATE_ADDED
The time the file was added to the media provider
Units are seconds since 1970.
|
static String |
DATE_MODIFIED
The time the file was last modified
Units are seconds since 1970.
|
static String |
NAME
The name of the playlist
Type: TEXT
|
static final String NAME
Type: TEXT
static final String DATA
Note that apps may not have filesystem permissions to directly
access this path. Instead of trying to open this path directly,
apps should use
ContentResolver.openFileDescriptor(Uri, String)
to gain
access.
Type: TEXT
static final String DATE_ADDED
Type: INTEGER (long)
static final String DATE_MODIFIED
Type: INTEGER (long)