Skip to content

Commit 728b469

Browse files
author
David Lin
committed
Include the INTERNET and ACCESS_NETWORK_STATE permissions
1 parent 4348d7b commit 728b469

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.narratiive.androidsdkexample">
44

5+
<uses-permission android:name="android.permission.INTERNET"/>
6+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
7+
58
<application
69
android:allowBackup="true"
710
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)