Skip to content

Commit

Permalink
Added internet permission for release mode in android platform
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderJava committed May 29, 2020
1 parent 764d946 commit d7e3797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
In most cases you can leave this as-is, but you if you want to provide
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->

<uses-permission android:name="android.permission.INTERNET" />

<application
android:name="io.flutter.app.FlutterApplication"
android:label="@string/app_name"
Expand Down

0 comments on commit d7e3797

Please sign in to comment.