Skip to content

Commit

Permalink
Added uses permission INTERNET
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaygupta1999 committed Jun 6, 2020
1 parent 83aa081 commit 373f86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
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="reportservice"
Expand Down

0 comments on commit 373f86b

Please sign in to comment.