[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-10-19 Thread Kamen Goranchev
Hi, The solution to this problem is already available. In your case the intent filter should look like this: intent-filter action android:name=android.nfc.action.NDEF_DISCOVERED/ category android:name=android.intent.category.DEFAULT/

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-10-19 Thread MrChaz
Yeah, this seems to have appeared somewhere post 2.3.3 On Oct 19, 8:50 am, Kamen Goranchev kamen.goranc...@gmail.com wrote: Hi, The solution to this problem is already available. In your case the intent filter should look like this:                 intent-filter                     action

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-04 Thread Michael Roland
Hallo Gorka, for the moment Android provides no means to directly dispatch your application based on an NFC Forum External Type (btw, your external type name does not follow the RTD specification, The External Type Name MUST be formed by taking the domain name of the issuing organization, adding

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-04 Thread Gorka Hernando
Hi, Thanks for your response. On 4 mayo, 08:04, Michael Roland mi.rol...@gmail.com wrote: Hallo Gorka, for the moment Android provides no means to directly dispatch your application based on anNFCForumExternalType (btw, yourexternal type name does not follow the RTD specification,

[android-developers] Re: Filtering NFC intents, NDEF message external type

2011-05-03 Thread Gorka
Hi, Thanks for your response. As far as I know, using techfiltering I can filter all the tags that are ndef enabled. However, I cannot filter message types like text, smart poster, ... or tnf types. If I am wrong please let me know and tell me where can I take a look to learn how to use the