You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CROUS changed the technology used for the student cards (Mifare Classic ->Mifare Desfire).
That means that we have to change the filter used in the InformationActivity for the prepareNFC method, from MifareClassic.class.getName() to IsoDep.class.getName()
The text was updated successfully, but these errors were encountered:
The CROUS changed the technology used for the student cards (Mifare Classic ->Mifare Desfire).
That means that we have to change the filter used in the InformationActivity for the prepareNFC method, from
MifareClassic.class.getName()
toIsoDep.class.getName()
The text was updated successfully, but these errors were encountered: