MediaStore.DownloadColumns
public
static
interface
MediaStore.DownloadColumns
implements
MediaStore.MediaColumns
| android.provider.MediaStore.DownloadColumns |
Download metadata columns.
Summary
Constants | |
|---|---|
String |
DESCRIPTION
The description of the download. |
String |
DOWNLOAD_URI
Uri indicating where the item has been downloaded from. |
String |
REFERER_URI
Uri indicating HTTP referer of |
Inherited constants |
|---|
Constants
DESCRIPTION
public static final String DESCRIPTION
The description of the download.
Constant Value: "description"
DOWNLOAD_URI
public static final String DOWNLOAD_URI
Uri indicating where the item has been downloaded from.
Constant Value: "download_uri"
REFERER_URI
public static final String REFERER_URI
Uri indicating HTTP referer of DOWNLOAD_URI.
Constant Value: "referer_uri"