The content:
URI of the downloaded file that can be passed to the intent.
The number of bytes download so far.
The identifier for a particular download, unique across the system. Clients use this ID to make subsequent calls related to the download.
A timestamp when the download was last modified (wall clock time in UTC).
The URI where downloaded file will be stored. If a destination is supplied by client, that URI will be used here. Otherwise, the value will initially be null and will be filled in with a generated URI once the download has started.
The MIME type of the downloaded file.
Provides more detail on the status of the download. Its meaning depends on the value of status.
When status is FAILED, this indicates the type of error that occurred. If an HTTP error occurred, this will hold the HTTP status code as defined in RFC 2616. Otherwise, it will hold one of the ERROR_* constants.
When status is PAUSED, this indicates why the download is paused. It will hold one of the PAUSED_* constants.
If status is neither FAILED nor PAUSED, this column's value is 0.
Current status of the download.
The client-supplied title for this download.
Total size of the download in bytes. This will initially be -1 and will be filled in once the download starts.
The URI to be downloaded.
The download description.