am 9a9706a2: Added missing ndef technology to getTech.

* commit '9a9706a213637b396226afff53c69927283609a7':
  Added missing ndef technology to getTech.
This commit is contained in:
Martijn Coenen
2010-12-06 18:48:02 -08:00
committed by Android Git Automerger

View File

@@ -154,6 +154,7 @@ public class Tag implements Parcelable {
case TagTechnology.NFC_V: {
return new NfcV(adapter, this, extras);
}
case TagTechnology.MIFARE_CLASSIC_NDEF:
case TagTechnology.TYPE_1:
case TagTechnology.TYPE_2:
case TagTechnology.TYPE_3: