commit | 8eca036d24f2e7865ab5ccb057b043e2c32b75bf | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Mar 01 17:43:39 2010 -0800 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Mar 01 20:42:14 2010 -0800 |
tree | c95da74a8ebd8ccb839d9657532a41df906a1eda | |
parent | 7a0f7e233ac9507d71e4b9c5abf8b8923817aa23 [diff] |
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.