Commit 6d8141b2 authored by Joel Trottier-Hebert's avatar Joel Trottier-Hebert Committed by Adam Barth

Added comment for INTERNET permission in Android manifest (#6835)

* Added comment for INTERNET permission in Android manifest

* Added more details to the permission comment.
parent 9cb914df
......@@ -4,6 +4,10 @@
android:versionName="0.0.1">
<uses-sdk android:minSdkVersion="{{androidMinApiLevel}}" android:targetSdkVersion="21" />
<!-- The INTERNET permission is required for development. Specifically, flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="{{projectName}}" android:icon="@mipmap/ic_launcher">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment