mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Fixes for open https links for android
This commit is contained in:
parent
28cf8163ff
commit
70fb6e5ebf
1 changed files with 7 additions and 0 deletions
|
@ -42,4 +42,11 @@
|
|||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
</application>
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<data android:scheme="https" />
|
||||
</intent>
|
||||
</queries>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue