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
FATAL EXCEPTION: Thread-3
Process: com.android.mdl.appreader, PID: 11577
java.lang.SecurityException: Permission Denial: Tag ( ID: 08 A0 4B 9D ) is out of date
at android.nfc.Tag.getTagService(Tag.java:381)
at android.nfc.tech.BasicTagTechnology.isConnected(BasicTagTechnology.java:63)
at android.nfc.tech.IsoDep.isConnected(IsoDep.java:40)
at com.android.identity.android.mdoc.transport.DataTransportNfc$connectAsMdocReader$transceiverThread$1.run(DataTransportNfc.kt:531)
(with varying tags). The line which starts the stack trace is here.
Steps to Reproduce the Problem
Change settings in appverifier to only use NFC for data transfer
Change settings in appholder to use static handover + only NFC for data transfer
Bring phones together and hold as you go through consent and biometric prompt
After appverifier shows the transferred data, move phones apart - here's where appverifier will crash
The text was updated successfully, but these errors were encountered:
The error which causes the crash is
(with varying tags). The line which starts the stack trace is here.
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: