1
Fork 0
solar-conflux/dart/freeform-gradient/android/app/src/debug/AndroidManifest.xml
Bastien Rivière b63659ae80
dart(freeform-gradient): Initial commit
Signed-off-by: prescientmoon <git@moonythm.dev>
2020-01-09 10:52:31 +01:00

8 lines
331 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.hello_world">
<!-- 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"/>
</manifest>