commit | 9abcba3c81e7cce3e52286dd2009dd46cdcae4c4 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Tue Aug 18 16:57:02 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Aug 18 16:57:02 2009 -0700 |
tree | e97100d71032bee97544aaffebee46449e4e7acd | |
parent | 12c9561b8faf630517896b0b8caf39e35d8566fd [diff] | |
parent | 1b125980c5de597c18a179b9b02b9a5afe106895 [diff] |
Merge change 21764 into eclair * changes: 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.