Intent intent = new Intent("com.clover.intent.action.START_ORDER_MANAGE"); intent.putExtra("com.clover.intent.extra.ORDER_ID", orderId); startActivityForResult(intent, CloverConfig.CLOVER_ORDER_ACTIVTY_STATUS);
.... but not able to open.... Plz Help....