Merge "Create feature flags for OMAPI readers supportiveness" am: 65e73f09fd

am: 3e2865f585

Change-Id: I1c86601d6ee02619ee0d0cdad7cefd51e2a95989
This commit is contained in:
Jack Yu
2019-07-24 07:17:16 -07:00
committed by android-build-merger
2 changed files with 27 additions and 0 deletions

View File

@@ -2041,6 +2041,30 @@ public abstract class PackageManager {
@SdkConstant(SdkConstantType.FEATURE)
public static final String FEATURE_NFC_ANY = "android.hardware.nfc.any";
/**
* Feature for {@link #getSystemAvailableFeatures} and
* {@link #hasSystemFeature}: The device supports Open Mobile API capable UICC-based secure
* elements.
*/
@SdkConstant(SdkConstantType.FEATURE)
public static final String FEATURE_SE_OMAPI_UICC = "android.hardware.se.omapi.uicc";
/**
* Feature for {@link #getSystemAvailableFeatures} and
* {@link #hasSystemFeature}: The device supports Open Mobile API capable eSE-based secure
* elements.
*/
@SdkConstant(SdkConstantType.FEATURE)
public static final String FEATURE_SE_OMAPI_ESE = "android.hardware.se.omapi.ese";
/**
* Feature for {@link #getSystemAvailableFeatures} and
* {@link #hasSystemFeature}: The device supports Open Mobile API capable SD-based secure
* elements.
*/
@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 supports the OpenGL ES