I try to open register app to select items but it crashes only on flex device
Intent intent = new Intent(Intents.ACTION_ITEM_SELECT); intent.putExtra(Intents.EXTRA_CLOVER_ORDER_ID, mOrderId); startActivityForResult(intent, REQUEST_NEW_ORDER);
Intent intent = new Intent(Intents.ACTION_ITEM_SELECT); intent.putExtra(Intents.EXTRA_CLOVER_ORDER_ID, mOrderId); startActivityForResult(intent, REQUEST_NEW_ORDER);
Knowing the exception that causes the crash would be invaluable.
Hi @Jeffrey
bellow a logcat for this crash:
2 People are following this question.