let iitcm trigger on nfc intel-url intents

This commit is contained in:
Philipp Schaefer
2014-01-26 16:06:10 +01:00
parent bb31fbd9f8
commit a8c2bb21ab
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@
<!-- Handles the implicit intent to VIEW the www.ingress.com/intel URI -->
<intent-filter>
<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"/>