1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-23 04:41:38 +00:00
Files
samples/isolate_example/android/app/src/debug/AndroidManifest.xml
2019-06-14 15:07:05 -07:00

8 lines
335 B
XML

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