diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index c45615d5d18b3..bba2fd09e7125 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -2639,8 +2639,12 @@ public abstract class PackageManager { public static final String FEATURE_SE_OMAPI_SD = "android.hardware.se.omapi.sd"; /** - * Feature for {@link #getSystemAvailableFeatures} and - * {@link #hasSystemFeature}: The device is compatible with Android’s security model. + * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device is + * compatible with Android’s security model. + * + *
See sections 2 and 9 in the + * Android CDD for more + * details. */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_SECURITY_MODEL_COMPATIBLE =