Merge "Declare SDK sandbox work profile install feature tag" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
356277f81a
@@ -3044,6 +3044,17 @@ 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 contains support for installing SDKs to a work
|
||||
* profile.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_SDK_SANDBOX_WORK_PROFILE_INSTALL =
|
||||
"android.software.sdksandbox.sdk_install_work_profile";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device supports Open Mobile API capable UICC-based secure
|
||||
|
||||
Reference in New Issue
Block a user