1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-25 05:41:41 +00:00
Files
samples/jsonexample/android/app/src/debug/AndroidManifest.xml
2020-01-13 10:35:14 +10:00

8 lines
331 B
XML

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