We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c7cb8 commit eda9ae3Copy full SHA for eda9ae3
android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,8 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.example.scopedemo.scope_demo">
3
+
4
+ <uses-permission android:name="android.permission.INTERNET" />
5
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
6
<application
7
android:label="Shopping App"
8
android:icon="@mipmap/ic_launcher">
0 commit comments