There is no DTD. The resource compiler, aapt, deliberately knows very little about the semantics of the XML file, but just how to compile any generic XML file into an optimized binary format. The parsing happens on the device, and when you install this .apk you should see plenty of warning messages in the log about incorrect tags.
On Thu, Sep 10, 2009 at 11:44 PM, Raja Nagendra Kumar < [email protected]> wrote: > > Hi, > > No doubt that Android is a great platform to build, however due to its > new entry.. we see of issues.. which could make the developers life > more better. > TejaSoft as part of its efforts to improve the Android platform, would > like to report all such issues, with the intent that Google would > consider the relevant ones in the future releases and help the > developers to be on green zone working . > > One observation the context of improvement we have a definition like > > <activity android:name=".TezzDMainActivity" > android:label="@string/app_name"> > > <action android:name="android.intent.action.MAIN"/> > <category > android:name="android.intent.category.LAUNCHER"/> > </activity> > > and build time does not report any issue.. > > pl. find the missing continer tag <intent-filter>. If dtd says > that <intent-filter> is must, pl. provide such check. > if not, what is the expected behaviors for the action and category > provided. > > Regards, > Raja Nagendra Kumar, > C.T.O > www.tejasoft.com > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

