Files
simplex-chat/packages/simplex_app/android/app/src/debug/AndroidManifest.xml
T
2021-10-07 09:28:59 +05:00

8 lines
332 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.simplex_chat">
<!-- 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>