This isn't my area, but I am pretty sure the Intent has a MIME type.  Take a
look at the logcat output when the tag is detected to see what the Intent
contents are.  If it has a MIME type, you can use the normal <intent-filter>
semantics to filter by that type.

On Tue, Jan 18, 2011 at 1:36 PM, andrew <[email protected]> wrote:

> It looks like Google should evolve the Intent and Intent Filter
> methods of Android to cover some of that useful PushRegistry
> functionality, so that you can only listen for particular NDEF message
> types, including custom defined "external_rtd" methods.
>
> As the standard RTD's are MIME type based (vCard, URL etc) I am
> surprised an Intent Filter cannot be specified for that in Android...
>
> --
> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

Reply via email to