You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter Cai 8f9728cd60 Catch SecurityException from using a stale Tag object
Applications are not supposed to be able to do any I/O using a stale Tag
object. This was not checked in older Android versions, but enforced
later since Android 13 (and possibly in Android 12L).

When we are checking for a disconnected tag, the Tag object can become
stale if the same tag (or another tag) gets rediscovered. In addition,
if NfcService is restarted for some reason, the cookie value used to
check for this will also be reset to 0. In any case, a SecurityException
could be raised when checking for a disconnected tag, and we should be
able to handle this case.
6 months ago
..
androidTest/assets more build system updates, ditch unused android tests 3 years ago
debug/res Add adaptive icons, fixes #2273 5 years ago
google Add donation fragment 7 years ago
main Catch SecurityException from using a stale Tag object 6 months ago
test Update SplitUserIdTest.java 2 years ago