Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 8a59ff1

Browse files
committed
Adds Queries to indicate to API30+ that the app wants to open HTTP URl's #112
1 parent 9271c09 commit 8a59ff1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,12 @@
3838
android:name="flutterEmbedding"
3939
android:value="2" />
4040
</application>
41+
42+
<queries>
43+
<!-- If your app opens https URLs -->
44+
<intent>
45+
<action android:name="android.intent.action.VIEW" />
46+
<data android:scheme="https" />
47+
</intent>
48+
</queries>
4149
</manifest>

0 commit comments

Comments
 (0)