CBSE BOARD XII, asked by supriya191099, 5 hours ago

Name the permissions you need to declare in your AndroidManifest.xml file for an HTTP connection.​

Answers

Answered by swapnilmanekar2
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