ST25NFCApplication_V3.10.0, FTM, Permission Denial
We've slightly modified your app ST25NFC to query our ST25DV device. It sends some measured values via NFC using MailBox (FTM). From the app, we send the same query repeatedly (cca 2 sec), and the device's response varies slightly (the value, not the message format).
While it works fine on older phones, Android 13 devices throw an error after about a minute: java.lang.SecurityException: Permission Denial: Tag ( ID: B9 3B 13 05 00 51 02 E0 ) is out of date.
How can we prevent this error programmatically? (Is there a command to extend NFC access permissions, or how can we achieve this?)
