It is as follows; I added a button to open an activity from another app. Is it possible to open only silently, that is, anonymous, invisible, minimized, or better, without the user noticing!?
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("com.exemplo.pacote.MainActivity");
startActivity(launchIntent);