Added missing ndef technology to getTech.

Change-Id: I1f08e140c9bb43a8e894812adbc4d11801637f46
This commit is contained in:
Martijn Coenen
2010-12-06 14:35:34 -08:00
committed by Nick Pelly
parent e58e8a715b
commit 9a9706a213

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: