freezer/android/app/src/profile/AndroidManifest.xml

7 lines
299 B
XML
Raw Normal View History

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2023-07-29 02:17:26 +00:00
<!-- 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>