I have an Android application. I am making a loading screen with a progress bar.
I entered a delay in the onCreate method. When the timer finishes, I want to finis
You can also use: finishAffinity()
Finish this activity as well as all activities immediately below it in the current task that have the same affinity.