I have a quick click button to start activity by intent in my android application, it succeed to target activity ,but back to the desktop, I can not understand. please guide me to resolve this.
Intent intent = new Intent(getContext(), ActivityDetailActivity.class);
startActivity(intent);