I have two activities namely login and calendar in my Application. Currently my startup activity is \"calendar\". I want to r
login
calendar
startup
Add Intent filter to the Activity in which you want startup. In your case Modify the AndroidManifest.xml file as follows