Open Browser as Intent but don't keep it on the Activity stack
问题 I'm having some problems with understanding the activity stack and the behaviour of how it affects my app. Upon clicking a button it starts an Intent which opens the browser. When I'm in the Browser and I press the home button I land onto the homescreen. Now if I start my app again via launcher it opens the browser instead of my app. How can I circumvent opening the browser upon launching my app? Right now, the code to open an url looks like this: private void openUrlExternal(String url) {