Downloading to a selected directory in android DownloadManager

53 Views Asked by At

I'm trying to let user select download destination folder by PICK_FOLDER and use the selected folder in android DownloadManager. The problem is DownloadManager.Request, accepts only file uri, this is while pick folder returns tree uri which can not be used. How should I get the file uri of the download file in the tree selected by user?

0

There are 0 best solutions below