1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-23 05:19:22 +00:00
comunicmobile/android/app/src/profile/AndroidManifest.xml
2019-04-21 10:34:27 +02:00

8 lines
332 B
XML

<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"/>
</manifest>