1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-25 13:51:35 +00:00
Files
samples/form_app/android/app/src/profile/AndroidManifest.xml
John Ryan 4a30a67a63 move experimental/form_app to root of project (#623)
This allows us to reference this sample from other places.

See https://github.com/flutter/flutter/pull/70321 for more context.
2020-12-16 12:52:33 -08:00

8 lines
336 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.formApp.form_app">
<!-- 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>