Is there a way to do that ?
I've a bunch of services that work well with HttpUrlConnection, but i cannot use the DownloadManager for getting some files from that server, it works only in http without ssl. The application runs on API 17+
I would use DownloadManager for semplicity, but i have no idea how to do it. I have to use HttpUrlConnection ?
Thank you