Language

SecurityStateManager.KeySystemSupplementalPatches Field

Definition

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

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

Field Value

Attributes

Remarks

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

The value is a String[] of CVE IDs (e.g., "CVE-2026-12345") that are affirmed to be fully mitigated in the system image, supplemental to the declared KEY_SYSTEM_SPL.

Android reference for android.os.SecurityStateManager.KEY_SYSTEM_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