1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-12-02 01:36:27 +00:00
comunicmobile/android/app/src/debug/AndroidManifest.xml

11 lines
435 B
XML
Raw Normal View History

2019-04-21 08:34:27 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.communiquons.comunic">
<!-- 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"/>
<!-- Use clear connection in dev mode -->
<application android:usesCleartextTraffic="true" />
2019-04-21 08:34:27 +00:00
</manifest>