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));
}