Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit d1579a4

Browse files
sdspikesLyla
authored andcommitted
2.06 Add Internet permission
1 parent f18784f commit d1579a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.example.android.sunshine.app" >
44

5+
<!-- This permission is necessary in order for Sunshine to perform network access. -->
6+
<uses-permission android:name="android.permission.INTERNET" />
7+
58
<application
69
android:allowBackup="true"
710
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)