From: Suchi Amalapurapu Date: Tue, 18 Aug 2009 08:42:27 +0000 (-0700) Subject: Add aapt extensions to dump badging to print more info about activities, receivers... X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/a3055f1b0aaaf9ef1c88f22fbf6e03bc1cf8c836?ds=inline;hp=a3055f1b0aaaf9ef1c88f22fbf6e03bc1cf8c836 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. ---