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

Commit d9966c4c authored by Martijn Coenen's avatar Martijn Coenen Committed by Android (Google) Code Review
Browse files

Merge "Patch to support MIFARE with SAK 0x01"

parents 8fa23393 72677c98
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;