pics/android/app/src/debug/AndroidManifest.xml
Martin Donnelly 8f3ca96bb7 init
2020-02-03 10:51:21 +00:00

8 lines
324 B
XML

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