Skip to content

Commit

Permalink
add app.wallabag.it as host to the AndroidManifest intents
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Oct 2, 2024
1 parent ee131cf commit c86548a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@

<data android:scheme="http" />
<data android:scheme="https" />
<data android:host="app.wallabag.it" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
Expand All @@ -98,6 +99,7 @@

<data android:scheme="http" />
<data android:scheme="https" />
<data android:host="app.wallabag.it" />
<data android:mimeType="text/html" />
<data android:mimeType="text/plain" />
<data android:mimeType="application/xhtml+xml" />
Expand Down

0 comments on commit c86548a

Please sign in to comment.