Is it possible to restrict the type of tags an application is reacting
on?
The intent filter used e.g. by the Tags application on the Nexus-S is
defined as
<intent-filter>
<action android:name="android.nfc.action.TAG_DISCOVERED"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
When a tag is detected, the user has to choose the application which
should handle the intent.
I would like to react depending on the NDEF type of the record, e.g.
my application should be started if the NDEF record is of type
EXTERNAL and if the uri is "urn:nfc:ext:company.com:demo".
Is such an extension of the intent filter possile?
If not, is it planned?
Dominik
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en