Base data representing how an APK should be split for a given dimension (density, abi).
Constructor and description |
---|
protected SplitOptions
() |
Type | Name and description |
---|---|
void |
exclude(String... excludes) excludes some values |
protected com.google.common.collect.ImmutableSet<String> |
getAllowedValues() |
Set<String> |
getApplicableFilters() Returns a list of all applicable filters for this dimension. |
protected Set<String> |
getDefaultValues() |
void |
include(String... includes) includes some values |
boolean |
isEnable() Whether to split in this dimension. |
void |
reset() Resets the list of included split configuration. |
void |
setEnable(boolean enable) |
excludes some values
Returns a list of all applicable filters for this dimension.
The list can return null, indicating that the no-filter option must also be used.
includes some values
Whether to split in this dimension.
Resets the list of included split configuration.
Use this before calling include, in order to manually configure the list of configuration to split on, rather than excluding from the default list.