]> git.saurik.com Git - android/aapt.git/commit - Resource.cpp
Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links
authorDianne Hackborn <hackbod@google.com>
Tue, 2 Mar 2010 01:43:39 +0000 (17:43 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 2 Mar 2010 04:42:14 +0000 (20:42 -0800)
commitaf945cf38e6121bb5066e4591493f78d09cba4e3
tree6007598ed273790a5d107f5cb32e63e9d8bead10
parentd7ce8f8081e218d18fe6871f901f7fc5cb3c13dc
Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity links

And related:

- The aapt tool now sets a resource configurations sdk level to match any configs
  that have been set (for example if you specify density your sdk level will be
  at least 4).
- New option to modify the targetPackage attribute of instrumentation.
- Clean up of aapt options help.
- Fix of UI type values to leave 0 for "unspecified".
- Make the UI mode config APIs public.
AaptAssets.cpp
AaptAssets.h
Bundle.h
Command.cpp
Main.cpp
Resource.cpp