Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e2b4225 authored by Martijn Coenen's avatar Martijn Coenen Committed by Android Git Automerger
Browse files

am 7012f1eb: am 9a9706a2: Added missing ndef technology to getTech.

* commit '7012f1eb':
  Added missing ndef technology to getTech.
parents 934a8f72 7012f1eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: