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! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

