OSDN Git Service

Move from arbitrary resource filters to fix ones
authorXavier Ducrohet <xav@android.com>
Mon, 24 Aug 2009 18:07:51 +0000 (11:07 -0700)
committerXavier Ducrohet <xav@android.com>
Wed, 26 Aug 2009 00:17:15 +0000 (17:17 -0700)
commit872121525e342d36deff6cfea60759e10ad2d38b
tree641ce4ae7b3319fec073d8f9e155b73b040ad0a7
parent34b7dc889c3a59d893601630416bfca207bbe69f
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.