Emulate a smart card on Android when the NFC Reader does not send a “SELECT AID” APDU
问题 I have read the Android documentation about NFC and found that it could emulate an NFC tag. However it requires that you register which AID you serve. Is it possible to create an application that handles communication if the NFC reader does not send a "SELECT AID" APDU? Either by creating an application where the AID in the manifest file is empty, or create some sort of default application. I don't mind if the application has to be in the foreground, if that helps in any way. Thank you in