[android-developers] How does Manifest recognize the particular activity as a main or first activity in android?

2014-02-18 Thread Danny D
The Activity that is launched is determined by the incoming Intent and the various IntentFilters you have configured in your manifest. The intent filter that you have set there in the manifest channels the launch intents to your 'Main' Activity. Try moving the entire intent filter block from you

[android-developers] How does Manifest recognize the particular activity as a main or first activity in android?

2014-02-18 Thread Meena Rengarajan
Hi all, I am having muliple activities named as first, second, third and fourth activity. I have to launch third activity (ie Instruction activity) than first activity (ie. Login activity). Here, how does manifest recognize the activity as a main activity and all the multiple activities may have