These flags are used with the function onDownloadFailed() to indicate
the reason for the file download failure.
DOWNLOAD_FAILED_NO_SDCARD indicates that an SDCard is not present. A
storage card is required to download content.
DOWNLOAD_FAILED_NO_HANDLING_APP indicates that there is no application
found that can handle the content that the user has selected to download,
only supported content can be downloaded.
DOWNLOAD_FAILED_CANT_OPEN_FILE indicates that the download file could
not be opened. This could be due to permissions, or the sdcard is write
protected.
DOWNLOAD_FAILED_CANT_WRITE indicates that the downloaded contents could
not be written to sdcard. This could be due to sdcard being full or bad
sectors on the sdcard.
Constant Value:
1
(0x00000001)