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
Copy the following line to your application manifest file and paste before the tag.
Placing the permission below the tag will work, but will give you warning. So take care to place it before the tag declaration.