Intent intent = getPackageManager().getLaunchIntentForPackage("com.clover.transactions"); startActivity(intent);Can this be modified to open up a specific transaction? We are using secure pay and, although there is no option to text/email a receipt via the SDK, figure this may be the only viable alternative to get this option to the customer.