add fb.me shortener intent filter

This commit is contained in:
akaessens 2020-10-04 11:39:51 +02:00
parent 404b8e1086
commit 23f431f535
1 changed files with 6 additions and 0 deletions

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 -->