blob: 30b46fd8a4c675d83e4812539121cb3703cb5c4a [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.example">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool 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>