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