added intents
This commit is contained in:
parent
8dadb4525c
commit
478ff1cc0b
@ -22,9 +22,14 @@
|
|||||||
android:configChanges="orientation|keyboard|keyboardHidden|screenSize" >
|
android:configChanges="orientation|keyboard|keyboardHidden|screenSize" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.VIEW"/>
|
||||||
|
<category android:name="android.intent.category.DEFAULT"/>
|
||||||
|
<category android:name="android.intent.category.BROWSABLE"/>
|
||||||
|
<data android:host="www.ingress.com" android:scheme="https" android:pathPrefix="/intel"></data>
|
||||||
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user