[android-developers] Re: NFC detection of tag with NDEF URL always launch browser

2012-08-28 Thread Andrea Corzani
Hello, i'm also interested in this question. I wrote into a MifareTag a new URI: http://developer.android.com/index.html using application NXPTagWriter. My demo application activity has this intentFilter on Manifest: intent-filter action

Re: [android-developers] Re: NFC Detection

2012-05-03 Thread Tiyanon Klinkhajorn
thank you for advice.it's work 2012/4/27 Dominik dominik.gru...@fhnw.ch yes, simply register your application with an intent filter in the manifest and declare on which tags (tag types / mimeType) your application should be started. Dominik Am Dienstag, 24. April 2012 13:49:52 UTC+2

[android-developers] Re: NFC Detection

2012-04-27 Thread Dominik
yes, simply register your application with an intent filter in the manifest and declare on which tags (tag types / mimeType) your application should be started. Dominik Am Dienstag, 24. April 2012 13:49:52 UTC+2 schrieb NontKub Klinkhajorn: I want my app can scan tag when it close.Example

[android-developers] Re: NFC detection of tag with NDEF URL always launch browser

2012-02-11 Thread Michael Roland
Hallo, to get your app into the activity chooser for URLs you could possibly use an intent filter that matches the one that is used by the web browser: (I have no Android 4.0* at the moment, so I could not test if this works.) intent-filter android:priority=-101 action