Skip to content

Commit

Permalink
Add intent filter for Mime Type text/pg fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
don committed Jun 22, 2014
1 parent 033f110 commit 4b2deeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<data android:mimeType="text/pg" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="17" />
Expand Down

0 comments on commit 4b2deeb

Please sign in to comment.