I have two activities namely login and calendar in my Application. Currently my startup activity is \"calendar\". I want to r
login
calendar
startup
You want the Application element of the Android Manifest file. You can see details here. Look at the name attribute, this points to the Application class.
name