Name the permissions you need to declare in your AndroidManifest.xml file for an HTTP connection.
Answers
Answered by
1
Explanation:
Follow the below steps. Go to app -> src -> main -> AndroidManifest.xml.
Add the following line in AndroidManifest. xml before <application> tag. <uses-permission android:name="android.permission.INTERNET" />
Similar questions