Language

SecurityStateManager.KeyVendorSupplementalPatches Field

Definition

The vendor supplemental patches key returned as part of the Bundle from getGlobalSecurityState.

[Android.Runtime.Register("KEY_VENDOR_SUPPLEMENTAL_PATCHES", ApiSince=37)]
public const string KeyVendorSupplementalPatches;
[<Android.Runtime.Register("KEY_VENDOR_SUPPLEMENTAL_PATCHES", ApiSince=37)>]
val mutable KeyVendorSupplementalPatches : string

Field Value

Attributes

Remarks

The vendor supplemental patches key returned as part of the Bundle from getGlobalSecurityState.

The value is a String[] listing CVEs (e.g., "CVE-2026-12345") that are affirmed to be fully mitigated in the vendor image, supplemental to the declared KEY_VENDOR_SPL.

Android reference for android.os.SecurityStateManager.KEY_VENDOR_SUPPLEMENTAL_PATCHES.

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