Files
simplex-chat/packages/simplex_app/android/app/src/debug/AndroidManifest.xml
T
Evgeny Poberezkin e198424da8 move flutter app to packages (#112)
* remove flutter app from root

* add flutter app to packages

* ci: haskell build only on haskell changes

* update app identifiers
2021-10-03 19:59:08 +01:00

8 lines
324 B
XML

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