Skip to content

Commit d7e3797

Browse files
committed
Added internet permission for release mode in android platform
1 parent 764d946 commit d7e3797

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
In most cases you can leave this as-is, but you if you want to provide
66
additional functionality it is fine to subclass or reimplement
77
FlutterApplication and put your custom class here. -->
8+
9+
<uses-permission android:name="android.permission.INTERNET" />
10+
811
<application
912
android:name="io.flutter.app.FlutterApplication"
1013
android:label="@string/app_name"

0 commit comments

Comments
 (0)