commit | 338bc1cc45b370dcb16f581bb5e9625dc67ec63a | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Mon Aug 24 11:07:51 2009 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Tue Aug 25 17:17:15 2009 -0700 |
tree | d6b43084aba8dd6184cb17adfe44bbcd7524da97 | |
parent | 68a7a11d24f7f3bf6704d848a5f77ad5b7e2c5bc [diff] |
Move from arbitrary resource filters to fix ones Resource filters are used when generating additional APK containing only specific resources. The previous UI allowed for any type of filters, but we are moving to a simpler way with fixed filters. The first one is the density. Selecting the filter will generate 4 APKs per application: default (all resources), hdpi (only hdpi/nodpi and default resources), mdpi, ldpi.