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"/>
                    <data android:scheme="vnd.android.nfc"
                                android:host="ext"
                            android:pathPrefix="/busInfo.company.com"/>
                </intent-filter>

For more detailed information on how the external tags are mapped to intend 
filters, please refer to the the android developer site:
http://developer.android.com/guide/topics/nfc/nfc.html#ext-type

Best Regards,
Kamen Goranchev

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