2024-01-29 00:24:04 +00:00
|
|
|
<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>
|