1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-23 13:29:21 +00:00
comunicmobile/android/app/src/profile/AndroidManifest.xml

8 lines
332 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"/>
</manifest>