mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-27 21:16:03 +00:00
7 lines
334 B
XML
7 lines
334 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.cakewallet.cake_wallet">
|
|
<!-- 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>
|