Fixes for open https links for android

This commit is contained in:
M 2022-01-31 14:09:47 +02:00
parent 28cf8163ff
commit 70fb6e5ebf

View file

@ -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>