1
0
mirror of https://github.com/akaessens/NoFbEventScraper synced 2025-06-05 23:29:13 +02:00

add fb.me shortener intent filter

This commit is contained in:
akaessens
2020-10-04 11:39:51 +02:00
parent 404b8e1086
commit 23f431f535

View File

@@ -23,6 +23,12 @@
<data
android:host="facebook.com"
android:scheme="https" />
<data
android:host="*.fb.me"
android:scheme="https" />
<data
android:host="fb.me"
android:scheme="https" />
</intent-filter>
<!-- Accepts share intents -->