I am trying to access HTTP link using HttpURLConnection in Android to download a file, but I am getting this warning in LogCat:
HttpURLConnection
LogCat
Assuming you do not have permissions set from your LogCat error description, here is my contents for my AndroidManifest.xml file that has access to the internet:
AndroidManifest.xml
...
Other than that, you should be fine to download a file from the internet.