I'm building an app which is supposed to download (and later on) display an html file.
I don't need to worry about supporting files like CSS/JS
.
I enqueue the file via its URL
(eg. http://www.noodle.com/index.html) to the Android Donwload Manager but the download always fails.
Any ideas how to get the file? Or how to convince the Manager to download it properly?