1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00
Files
flutter-examples/lunch_app/android/app/src/profile/AndroidManifest.xml
2022-10-22 20:30:15 +02:00

8 lines
329 B
XML

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