1

i want to send APDU commands from my android device and also receive it in same device. is it possible ?

i want to get response in following mthod

@Override
    public byte[] processCommandApdu(byte[] commandApdu, Bundle extras) {
        Log.i(TAG, "Received APDU: " + ByteArrayToHexString(commandApdu));

    }
Ajithkumar M
  • 41
  • 10

0 Answers0