Skip to content

Commit d9966c4

Browse files
Martijn CoenenAndroid (Google) Code Review
authored andcommitted
Merge "Patch to support MIFARE with SAK 0x01"
2 parents 8fa2339 + 72677c9 commit d9966c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/java/android/nfc/tech/MifareClassic.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ public MifareClassic(Tag tag) throws RemoteException {
150150
mIsEmulated = false;
151151

152152
switch (a.getSak()) {
153+
case 0x01:
153154
case 0x08:
154155
mType = TYPE_CLASSIC;
155156
mSize = SIZE_1K;

0 commit comments

Comments
 (0)