fixed #678 again
This commit is contained in:
parent
8cc27861e3
commit
e73ede65a6
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue