Skip to content

Commit 106d8a7

Browse files
committed
Add internet permission
1 parent 574bac9 commit 106d8a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/src/main/AndroidManifest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.example.exercise">
3+
4+
<uses-permission android:name="android.permission.INTERNET"/>
5+
36
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
47
calls FlutterMain.startInitialization(this); in its onCreate method.
58
In most cases you can leave this as-is, but you if you want to provide

0 commit comments

Comments
 (0)