Add unprefixed intel URLs to IITCm (fixes #1136)

This commit is contained in:
Dave Ingram
2016-10-02 16:00:34 -07:00
parent bc3c1626a4
commit 8ab9db3da5
2 changed files with 20 additions and 0 deletions

View File

@ -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"