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

Response 302 #105

Closed brian2694 closed 7 years ago

brian2694 commented 7 years ago

Hello, I want to know how to allow redirects?

brian2694 commented 7 years ago

Solved using conn.setInstanceFollowRedirects(true); in DownloadDispatcher.java