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

Commit 23cc04e5 authored by Adam Connors's avatar Adam Connors
Browse files

Add android.software.managedprofiles feature flag.

Change-Id: I108d2952996d3a74596337ee2294fb33f1e28ee4
parent 779b0eea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7800,6 +7800,7 @@ package android.content.pm {
    field public static final java.lang.String FEATURE_LOCATION = "android.hardware.location";
    field public static final java.lang.String FEATURE_LOCATION_GPS = "android.hardware.location.gps";
    field public static final java.lang.String FEATURE_LOCATION_NETWORK = "android.hardware.location.network";
    field public static final java.lang.String FEATURE_MANAGEDPROFILES = "android.software.managedprofiles";
    field public static final java.lang.String FEATURE_MICROPHONE = "android.hardware.microphone";
    field public static final java.lang.String FEATURE_NFC = "android.hardware.nfc";
    field public static final java.lang.String FEATURE_NFC_HOST_CARD_EMULATION = "android.hardware.nfc.hce";
+8 −1
Original line number Diff line number Diff line
@@ -1315,6 +1315,13 @@ public abstract class PackageManager {
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_BACKUP = "android.software.backup";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:
     * The device supports managed profiles for enterprise users.
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_MANAGEDPROFILES = "android.software.managedprofiles";

    /**
     * Action to external storage service to clean out removed apps.
     * @hide