Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6d0c3b5 authored by Will Burr's avatar Will Burr
Browse files

Declare SDK sandbox work profile install feature tag

Declare the SDK sandbox work profile install feature tag to allow using
the android namespace in the
"android.software.sdksandbox.sdk_install_work_profile" feature.

Fixes: 274624025
Test: manual (adb shell pm list features)
Change-Id: I7dec3369bccd558c9d3589fda0761b0500b43009
parent 55a6e8d0
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -3044,6 +3044,17 @@ public abstract class PackageManager {
    @SdkConstant(SdkConstantType.FEATURE)
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_NFC_ANY = "android.hardware.nfc.any";
    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
     * Feature for {@link #getSystemAvailableFeatures} and
     * {@link #hasSystemFeature}: The device supports Open Mobile API capable UICC-based secure
     * {@link #hasSystemFeature}: The device supports Open Mobile API capable UICC-based secure