added intents

This commit is contained in:
leCradle 2013-03-08 12:03:54 +01:00
parent 8dadb4525c
commit 478ff1cc0b

View File

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