Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

MediaStore.Audio.PlaylistsColumns

android.provider.MediaStore.Audio.PlaylistsColumns
Known Indirect Subclasses

Class Overview

Columns representing a playlist

Summary

Constants
String DATA The data stream for the playlist file

Type: DATA STREAM

String DATE_ADDED The time the file was added to the media provider Units are seconds since 1970.
String DATE_MODIFIED The time the file was last modified Units are seconds since 1970.
String NAME The name of the playlist

Type: TEXT

Constants

public static final String DATA

Added in API level 1

The data stream for the playlist file

Type: DATA STREAM

Constant Value: "_data"

public static final String DATE_ADDED

Added in API level 1

The time the file was added to the media provider Units are seconds since 1970.

Type: INTEGER (long)

Constant Value: "date_added"

public static final String DATE_MODIFIED

Added in API level 1

The time the file was last modified Units are seconds since 1970. NOTE: This is for internal use by the media scanner. Do not modify this field.

Type: INTEGER (long)

Constant Value: "date_modified"

public static final String NAME

Added in API level 1

The name of the playlist

Type: TEXT

Constant Value: "name"