Stay organized with collections
Save and categorize content based on your preferences.
BundleCodeTransparency
@Incubating interface BundleCodeTransparency
Summary
Public methods
|
abstract Unit |
Specifies the signing configuration for the code transparency feature of bundletool .
|
Properties
|
abstract SigningConfig |
Specifies the signing configuration for the code transparency feature of bundletool .
|
Public methods
signing
abstract fun signing(action: SigningConfig.() -> Unit): Unit
Specifies the signing configuration for the code transparency feature of bundletool
.
When the SigningConfig has all necessary values set, it will be used for signing
non-debuggable bundles using code transparency.
Properties
signing
abstract val signing: SigningConfig
Specifies the signing configuration for the code transparency feature of bundletool
.
When the SigningConfig has all necessary values set, it will be used for signing
non-debuggable bundles using code transparency.
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,["# BundleCodeTransparency\n======================\n\n```\n@Incubating interface BundleCodeTransparency\n```\n\n|-------------------------------------------------------|\n| [com.android.build.api.dsl.BundleCodeTransparency](#) |\n\nSummary\n-------\n\n| ### Public methods ||\n|---------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [signing](#signing(kotlin.Function1))`(`action:` `[SigningConfig](/reference/tools/gradle-api/7.1/com/android/build/api/dsl/SigningConfig).()` `-\u003e` `[Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)`)` Specifies the signing configuration for the code transparency feature of `bundletool`. |\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [SigningConfig](/reference/tools/gradle-api/7.1/com/android/build/api/dsl/SigningConfig) | [signing](#signing:com.android.build.api.dsl.SigningConfig) Specifies the signing configuration for the code transparency feature of `bundletool`. |\n\nPublic methods\n--------------\n\n### signing\n\n```\nabstract fun signing(action: SigningConfig.() -\u003e Unit): Unit\n```\n\nSpecifies the signing configuration for the code transparency feature of `bundletool`.\n\nWhen the [SigningConfig](/reference/tools/gradle-api/7.1/com/android/build/api/dsl/SigningConfig) has all necessary values set, it will be used for signing\nnon-debuggable bundles using code transparency.\n\nProperties\n----------\n\n### signing\n\n```\nabstract val signing: SigningConfig\n```\n\nSpecifies the signing configuration for the code transparency feature of `bundletool`.\n\nWhen the [SigningConfig](/reference/tools/gradle-api/7.1/com/android/build/api/dsl/SigningConfig) has all necessary values set, it will be used for signing\nnon-debuggable bundles using code transparency."]]