smanikandan14 / ThinDownloadManager

To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Apache License 2.0
783 stars 185 forks source link

Why the file name crashes when it has ‘-’ #121

Open bbbBBBSG opened 6 years ago

bbbBBBSG commented 6 years ago

Why the file name crashes when it has ‘-’ File destinationFile = new File(request.getDestinationURI().getPath()); at DownloadDispatcher.java in 138 lin