DensitySplit
interface DensitySplit : Split
DSL object for configuring per-density splits options.
See APK Splits.
Summary
Public functions | 
          |
|---|---|
Unit | 
            
              compatibleScreens(vararg sizes: String)Adds a new compatible screen.  | 
          
Public properties | 
          |
|---|---|
MutableSet<String> | 
            
              
               A list of compatible screens.  | 
          
Boolean | 
            
              
               TODO: Document.  | 
          
Inherited functions | 
          |
|---|---|
Public functions
Public properties
compatibleScreens
val compatibleScreens: MutableSet<String>
A list of compatible screens.
This will inject a matching <compatible-screens><screen ...> node in the manifest. This is optional.