fixed #678 again

This commit is contained in:
Mariotaku Lee 2017-01-26 23:59:30 +08:00
parent 8cc27861e3
commit e73ede65a6
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 10 additions and 0 deletions

View File

@ -406,6 +406,16 @@
<data android:host="www.twitter.com"/>
<data android:host="mobile.twitter.com"/>
<data android:host="fanfou.com"/>
<action android:name="android.intent.action.VIEW"/>
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
</intent-filter>
<intent-filter>
<data android:scheme="http"/>
<data android:scheme="https"/>
<data
android:host="twidere.mariotaku.org"
android:pathPrefix="/external"/>