Skip to content

Commit

Permalink
fix: add missing host
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Oct 5, 2024
1 parent e11f065 commit 8801a65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:host="*" />
<data android:scheme="http" />
<data android:scheme="https" />
</intent-filter>
Expand Down

0 comments on commit 8801a65

Please sign in to comment.