1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00
Files
flutter-examples/using_interactiveviewer/android/app/src/profile/AndroidManifest.xml
2020-08-18 23:30:52 +02:00

8 lines
346 B
XML

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