DSL object for configuring per-density splits options.
See APK Splits.
Type | Name and description |
---|---|
void |
compatibleScreens(String... sizes) Adds a new compatible screen. |
protected com.google.common.collect.ImmutableSet<String> |
getAllowedValues() |
Set<String> |
getApplicableFilters() |
Set<String> |
getCompatibleScreens() A list of compatible screens. |
protected Set<String> |
getDefaultValues() |
boolean |
isStrict() TODO: Document. |
void |
setCompatibleScreens(List<String> sizes) |
void |
setStrict(boolean strict) |
Methods inherited from class | Name |
---|---|
class SplitOptions |
exclude, getAllowedValues, getApplicableFilters, getDefaultValues, include, isEnable, reset, setEnable |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Adds a new compatible screen.
A list of compatible screens.
This will inject a matching <compatible-screens><screen ...>
node in the manifest. This is optional.
TODO: Document.