Android DownloadManager get filename

前端 未结 5 747
醉酒成梦
醉酒成梦 2020-12-08 10:37

In my app you can download some files. I used the Android DownloadManager class for downloading. After the download is completed, it should show me a message th

5条回答
  •  遥遥无期
    2020-12-08 11:09

    u try this code to get the file name

    DownloadManager.COLUMN_LOCAL_FILENAME

    i am not sure about it

提交回复
热议问题