Add unprefixed intel URLs to IITCm (fixes #1136)
This commit is contained in:
@ -52,6 +52,22 @@
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
|
||||
<data
|
||||
android:host="ingress.com"
|
||||
android:pathPrefix="/intel"
|
||||
android:scheme="https"/>
|
||||
<data
|
||||
android:host="ingress.com"
|
||||
android:pathPrefix="/intel"
|
||||
android:scheme="http"/>
|
||||
<data
|
||||
android:host="ingress.com"
|
||||
android:pathPrefix="/mission/"
|
||||
android:scheme="https"/>
|
||||
<data
|
||||
android:host="ingress.com"
|
||||
android:pathPrefix="/mission/"
|
||||
android:scheme="http"/>
|
||||
<data
|
||||
android:host="www.ingress.com"
|
||||
android:pathPrefix="/intel"
|
||||
|
Reference in New Issue
Block a user