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

Commit

Permalink
Adds Queries to indicate to API30+ that the app wants to open HTTP UR…
Browse files Browse the repository at this point in the history
…l's #112
  • Loading branch information
Teifun2 committed Apr 18, 2022
1 parent 9271c09 commit 8a59ff1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@
android:name="flutterEmbedding"
android:value="2" />
</application>

<queries>
<!-- If your app opens https URLs -->
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
</queries>
</manifest>

0 comments on commit 8a59ff1

Please # to comment.