Hi guys, I am a Newbie and I have a basic question for which I couldnt get any answer yet. What is the need to use two keywords to express that the given activity is the main activity. eg. We write the code
<action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> My question is that cant it be implicit that the main activity will launch itself. If not, it would be great if somebody can give me an example in which the activity is a main activity and not a launcher or vice versa. Regards, Prayag -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en