We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fa2339 + 72677c9 commit d9966c4Copy full SHA for d9966c4
1 file changed
core/java/android/nfc/tech/MifareClassic.java
@@ -150,6 +150,7 @@ public MifareClassic(Tag tag) throws RemoteException {
150
mIsEmulated = false;
151
152
switch (a.getSak()) {
153
+ case 0x01:
154
case 0x08:
155
mType = TYPE_CLASSIC;
156
mSize = SIZE_1K;
0 commit comments