New feature: FEATURE_SECURITY_MODEL_COMPATIBLE
Adding a new public system feature constant that must be expressed by devices that support Android's security model as documented in the CDD. Test: Build Bug: 173540259 Change-Id: Ib651ab31cba065fc9b2a28d8ac16eaa85357f252
This commit is contained in:
@@ -12383,6 +12383,7 @@ package android.content.pm {
|
||||
field public static final String FEATURE_SCREEN_PORTRAIT = "android.hardware.screen.portrait";
|
||||
field public static final String FEATURE_SECURELY_REMOVES_USERS = "android.software.securely_removes_users";
|
||||
field public static final String FEATURE_SECURE_LOCK_SCREEN = "android.software.secure_lock_screen";
|
||||
field public static final String FEATURE_SECURITY_MODEL_COMPATIBLE = "android.hardware.security.model.compatible";
|
||||
field public static final String FEATURE_SENSOR_ACCELEROMETER = "android.hardware.sensor.accelerometer";
|
||||
field public static final String FEATURE_SENSOR_AMBIENT_TEMPERATURE = "android.hardware.sensor.ambient_temperature";
|
||||
field public static final String FEATURE_SENSOR_BAROMETER = "android.hardware.sensor.barometer";
|
||||
|
||||
@@ -2587,6 +2587,14 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
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.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_SECURITY_MODEL_COMPATIBLE =
|
||||
"android.hardware.security.model.compatible";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device supports the OpenGL ES
|
||||
|
||||
Reference in New Issue
Block a user