Search results

  1. developer.android.com/reference/android/​nfc/NfcAdapter.html   Cached
    If any activities respond to this intent neither ACTION_TECH_DISCOVERED or ACTION_TAG_DISCOVERED will be ... "android.nfc.action.NDEF_DISCOVERED" ... instead: it ...
  2. developer.android.com/intl/ja/guide/​topics/connectivity/...   Cached
    ... working with NDEF data and Android: Reading NDEF data from an NFC tag; ... encapsulates the tag's technologies instead. ... nfc.action.TECH_DISCOVERED" android: ...
  3. code.google.com/p/android/issues/​detail?id=15053
    Issue 15053: NDEF_DISCOVERED intent not populated with correct data: 10 people starred this issue and may be notified of changes. Back to list
  4. stackoverflow.com/questions/16031682/​application...   Cached
    ... instead of Ndef Discovered. ... name="android.nfc.action.TECH_DISCOVERED" android: ... name="android.nfc.action.TAG_DISCOVERED" /> <category android: ...
  5. mobile.tutsplus.com/tutorials/android/​reading-nfc-tags...   Cached
    ACTION_TECH_DISCOVERED; ACTION_TAG_DISCOVERED; ... name="android.nfc.action.TECH_DISCOVERED" /> </intent ... we can use the NDEF Discovered Intent instead, ...
  6. www.androidside.com/docs/guide/topics/​nfc/nfc.html   Cached
    ... working with NDEF data and Android: Reading NDEF data from an NFC tag; ... encapsulates the tag's technologies instead. ... nfc.action.TECH_DISCOVERED" android: ...
  7. www.scribd.com/doc/100947638/NFC-​Android   Cached
    ... (NFC Data Exchange Format). ... inside of a ACTION_TECH_DISCOVERED intent instead. ... 2"> <tech-list> <tech>android.tech. ACTION_TAG_DISCOVERED To filter ...
  8. developer.oesf.biz/.../eggplant/android/​nfc/NfcAdapter.html
    ... ID of the discovered tag for the ACTION_NDEF_DISCOVERED, ACTION_TECH_DISCOVERED, ... TECH_DISCOVERED, and ACTION_TAG_DISCOVERED ... android.app.Activity...) instead:
  9. www.java2s.com/Open-Source/Android/​android-core/platform...   Cached
    NfcAdapter.java : » android-core » platform-frameworks-base » android » nfc » Android Open Source
  10. stackoverflow.com/questions/9009043/​android-nfc...   Cached
    ... name="android.nfc.action.NDEF_DISCOVERED"/> <action android: ... over TECH_DISCOVERED. Now the NDEF_DISCOVERED intent ... ACTION_TAG_DISCOVERED instead of ...
  11. stackoverflow.com/questions/10022828/​what-are-the...   Cached
    What are the difference between TAG_DISCOVERED, NDEF_DISCOVERED and TECH ... NDEF_DISCOVERED and TECH_DISCOVERED while discovering NFC devices or tag in android?.
  12. stackoverflow.com/...to-launch-the-app-​using-ndef-discovered   Cached
    I am writing an application that is supposed to detect nfc tag and automatically be launched. I have succeeded in doing so by using TECH_DISCOVERED + filters but I ...
  13. stackoverflow.com/questions/14125149/my-​android...   Cached
    I have a problem with the intent filters. I want to write an application that could read all the nfc tags available by android and i don't understand why my ...
  14. stackoverflow.com/questions/12814276/​ndef-discovered...   Cached
    ... name="android.nfc.action.NDEF_DISCOVERED" /> <category android: ... It also contains the TECH_DISCOVERED intentfilter which also checks ... instead of Ndef ...