I have two activities:
A: a Splash Screen
B: the Main activity
When the application starts, I show the splash screen with a short video then call B. I want the user to be able to close application with the back button in activity B. (The user shouldn't see splash screen again.)