]> git.saurik.com Git - android/aapt.git/commitdiff
Add aapt extensions to dump badging to print more info about activities, receivers...
authorSuchi Amalapurapu <asuchitra@google.com>
Tue, 18 Aug 2009 08:42:27 +0000 (01:42 -0700)
committerSuchi Amalapurapu <asuchitra@google.com>
Tue, 18 Aug 2009 23:25:28 +0000 (16:25 -0700)
Fix issue with checking end tags. Earlier some boolean variables were being set once a new
tag is detected at the same level which causes some incorrect values to be overwritten.
we should be doing this when we detect the end tag.


No differences found