I would like to exit the app completely. I tried finish()
and android.os.Process.killProcess(Process.myPid())
but they still leave app running in background.
A lot of people said that this is impossible, but my bank app is able to do that. When you exit that bank app, you can't see it in Recent Apps menu.
Does anyone know how to do it?