Hello
I want move to transaction screen using intent service from my application ,in that transaction detail intent is work but to show all transaction what intent should be used ...
startActivity(getActivity().getPackageManager().getLaunchIntentForPackage("com.clover.transactions"));
com.clover.transactions/.TransactionLogActivity
1 Person is following this question.