Stay organized with collections
Save and categorize content based on your preferences.
BundleDeviceTier
@Incubating interface BundleDeviceTier
Summary
Properties
|
abstract String? |
Specifies the default device tier value for the bundle.
|
abstract Boolean? |
|
Properties
defaultTier
abstract var defaultTier: String?
Specifies the default device tier value for the bundle. Used for local-testing and generating
universal APKs.
enableSplit
abstract var enableSplit: Boolean?
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# BundleDeviceTier\n================\n\n```\n@Incubating interface BundleDeviceTier\n```\n\n|-------------------------------------------------|\n| [com.android.build.api.dsl.BundleDeviceTier](#) |\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| abstract [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? | [defaultTier](#defaultTier:kotlin.String) Specifies the default device tier value for the bundle. |\n| abstract [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? | [enableSplit](#enableSplit:kotlin.Boolean) \u003cbr /\u003e |\n\nProperties\n----------\n\n### defaultTier\n\n```\nabstract var defaultTier: String?\n```\n\nSpecifies the default device tier value for the bundle. Used for local-testing and generating\nuniversal APKs. \n\n### enableSplit\n\n```\nabstract var enableSplit: Boolean?\n```"]]