Base data representing how an APK should be split for a given dimension (density, abi).
Property | Description |
applicableFilters | Returns a list of all applicable filters for this dimension. |
enable | Whether to split in this dimension. |
exclude | Collection of exclude patterns. |
include | Collection of include patterns. |
Method | Description |
reset() | Resets the list of included split configuration. |
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.
Except as noted, this content is licensed under Apache 2.0.
For details and restrictions, see the Content License.