mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-27 05:49:21 +00:00
7 lines
335 B
XML
7 lines
335 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.cypherstack.stackwallet">
|
|
<!-- 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>
|