Hi all,
Currently when I scan an RFID tag, a selection menu will pop up showing all the nfc applications installed on the droid. However, my application is not listed. I've added the following in the manifest file:
However, my application is still not listed. How do I go about resolving this problem? All hep is greatly appreciated. Thanks!
Brgds,
Kamal
Currently when I scan an RFID tag, a selection menu will pop up showing all the nfc applications installed on the droid. However, my application is not listed. I've added the following in the manifest file:
AddActivityText(main,
<intent-filter >
<action android:name="android.nfc.action.NDEF_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="text/plain" />
</intent-filter>)
However, my application is still not listed. How do I go about resolving this problem? All hep is greatly appreciated. Thanks!
Brgds,
Kamal