mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-07 04:32:05 +00:00
e198424da8
* remove flutter app from root * add flutter app to packages * ci: haskell build only on haskell changes * update app identifiers
8 lines
324 B
XML
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>
|