mirror of
https://github.com/akaessens/NoFbEventScraper
synced 2025-02-17 12:00:41 +01:00
add page links: broaden intent filter
This commit is contained in:
parent
2e1b20051a
commit
d3ade66878
@ -50,12 +50,10 @@
|
||||
<!-- Accepts URIs that begin with "https://*.facebook.com/events” -->
|
||||
<data
|
||||
android:host="*.facebook.com"
|
||||
android:pathPrefix="/events"
|
||||
android:scheme="https" />
|
||||
<!-- Accepts URIs that begin with "https://facebook.com/events” -->
|
||||
<data
|
||||
android:host="facebook.com"
|
||||
android:pathPrefix="/events"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user