DownloadManager.Request

DCIMフォルダの下に保存していたのをDownloadフォルダの下に変更する。

DownloadManager.Requestの保存先情報を変更する。

DownloadManager.Request  |  Android Developers

MainActivityで、

request.setDestinationInExternalFilesDirでEnvironment.DIRECTORY_DOWNLOADSに変更。

f:id:BG1:20180517164301p:plain

ダウンロード成功。

f:id:BG1:20180517164406p:plain

Downloadの下に保存されている。

Sample/android/DownloadManager.Request/DownloadManager.Request/src/DownloadManager.Request at master · bg1bgst333/Sample · GitHub