Files
workavia-mail-front/android/app/src/debug/AndroidManifest.xml
T
2025-08-27 14:41:50 +07:00

15 lines
598 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 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"/>
<application>
<!-- Will remove after upgrade to Flutter 3.29.x or above.
Detail here https://github.com/flutter/flutter/issues/160442 -->
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
</application>
</manifest>