]> git.saurik.com Git - android/aapt.git/commit
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)
commita3055f1b0aaaf9ef1c88f22fbf6e03bc1cf8c836
treef49695f1f9d4d2e8d8fe718321fc8bcc97d2fd3f
parent4a93e01489808190cfeccd619ec3c6b288496497
Add aapt extensions to dump badging to print more info about activities, receivers and services
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.
Command.cpp