Skip to content

Commit bde6d79

Browse files
authored
Merge pull request #4 from josepernia91/master
Added Network Access to AndroidManifest Permissions
2 parents baa8bbd + bd82b4e commit bde6d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
package="com.reduxtemplate">
33

44
<uses-permission android:name="android.permission.INTERNET" />
5+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
56
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
67

78
<application

0 commit comments

Comments
 (0)