Dantu wrote: > Hi, > I want to know where the xml schema is stored in Android, which is > the schema for androidmanifest.xml file. > In androidmanifest.xml file I have the namespace as "http:// > schemas.android.com/apk/res/android" . Is this stored locally or > remote anywhere?.
There is no formal schema for the manifest file, AFAIK. The URL is just a unique identifier, as required for the XML namespace. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coders' Guide to *Advanced* Android Development_ In Print! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

