- Modify the README.md
- Add the
persistMessage
option to thestartHce
function (with a default value of true). - Delete the internal storage file when executing the
stopNfcHce
function. - Even if the
stopNfcHce
function is not executed and the app is closed, NFC HCE continues to operate. In this case, when you runstartNfcHce
after a device reboot, it reads the NDEF message from the internal storage file and initializes the message.
- Refactor the source code and function names.
- Add a default argument 'mimeType' to the 'startNfcHce()' function.
- Add 'stopNfcHce' API.
- Write the initial NFC HCE NDEF message to internal storage and, upon app restart, read and initialize it from the file.
- Support operation in both foreground and background,
- but specifically enable NFC card reader access even when the device screen is fully locked on Android 12 and higher.
- add isSupportSecureNfcSupported api
- modify the readme
- readme - screenshot add
- modify example code
- add README.md
- initial release.