I'm getting the ActivityNotFoundException when trying to invoke the Order app as follows:
Intent refundIntent = new Intent(Intents.ACTION_START_ORDER_MANAGE); refundIntent.putExtra(Intents.EXTRA_ORDER_ID, request.getEMVINVOICEID()); startActivityForResult(refundIntent, CLOVER_REFUND_REQUEST);
The clover-android-sdk used by our app is ver.248.4, and the device is a production Clover Flex gen2.
It used to work in the dev device.