Language

SdkSandboxManager.LoadSdkSdkSandboxDisabled Field

Definition

SDK sandbox is disabled.

[Android.Runtime.Register("LOAD_SDK_SDK_SANDBOX_DISABLED", ApiSince=34)]
public const Android.App.SdkSandbox.LoadSdkErrorCode LoadSdkSdkSandboxDisabled = 103;
[<Android.Runtime.Register("LOAD_SDK_SDK_SANDBOX_DISABLED", ApiSince=34)>]
val mutable LoadSdkSdkSandboxDisabled : Android.App.SdkSandbox.LoadSdkErrorCode

Field Value

Value = 103
Attributes

Remarks

SDK sandbox is disabled.

This indicates that the SDK sandbox is disabled. Any subsequent attempts to load SDKs in this boot will also fail.

Java documentation for android.app.sdksandbox.SdkSandboxManager.LOAD_SDK_SDK_SANDBOX_DISABLED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to