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:
@@ -23,6 +23,12 @@
|
|||||||
<data
|
<data
|
||||||
android:host="facebook.com"
|
android:host="facebook.com"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="*.fb.me"
|
||||||
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="fb.me"
|
||||||
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
<!-- Accepts share intents -->
|
<!-- Accepts share intents -->
|
||||||
|
Reference in New Issue
Block a user