add page links: broaden intent filter

This commit is contained in:
akaessens 2020-09-26 23:08:49 +02:00
parent 2e1b20051a
commit d3ade66878
1 changed files with 0 additions and 2 deletions

View File

@ -50,12 +50,10 @@
<!-- Accepts URIs that begin with "https://*.facebook.com/events” --> <!-- Accepts URIs that begin with "https://*.facebook.com/events” -->
<data <data
android:host="*.facebook.com" android:host="*.facebook.com"
android:pathPrefix="/events"
android:scheme="https" /> android:scheme="https" />
<!-- Accepts URIs that begin with "https://facebook.com/events” --> <!-- Accepts URIs that begin with "https://facebook.com/events” -->
<data <data
android:host="facebook.com" android:host="facebook.com"
android:pathPrefix="/events"
android:scheme="https" /> android:scheme="https" />
</intent-filter> </intent-filter>