For the first time when we develop an activity, The eclipse automatically adds it to the AndroidManifest.xml. As we want to add more activities or any frame work components.
We need to add the, we can add permissions, intent filter, etc. also 2009/9/17 senrooy <[email protected]> > > In which cases I can modify this file? I have done some basic android > applications but I didn't modify this file and applications worked > fine. For what reason we should modify this file? > > On Sep 17, 4:06 pm, Mark Murphy <[email protected]> wrote: > > senrooy wrote: > > > I am new to android. I am using SDK and eclipse with ADT plug-ins for > > > the first time. I want to know what is the significance of the > > > AndroidManifest.xml file which is created automatically when we create > > > an android project. > > > > There is a Web page in the Android documentation that covers this: > > > > http://developer.android.com/guide/topics/manifest/manifest-intro.html > > > > > Can we modify this file for any reason? > > > > You can modify it when you need to. If you are using Eclipse, it may > > make some modifications for you, but other changes you may need to make > > yourself. > > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com| > http://twitter.com/commonsguy > > > > _Android Programming Tutorials_ Version 1.0 In Print! > > > -- Shine bright, (: Naveen Krishna Ch :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

