add fb.me shortener intent filter
This commit is contained in:
parent
404b8e1086
commit
23f431f535
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue