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

Commit 72677c98 authored by Sunil Jogi's avatar Sunil Jogi Committed by Martijn Coenen
Browse files

Patch to support MIFARE with SAK 0x01

Change-Id: Ic30c083bb43b37f90beefc0ff165ba2713635a7f
parent 7784d151
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ public final class MifareClassic extends BasicTagTechnology {
        mIsEmulated = false;

        switch (a.getSak()) {
        case 0x01:
        case 0x08:
            mType = TYPE_CLASSIC;
            mSize = SIZE_1K;