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

Commit 89b3b4a0 authored by Adam Connors's avatar Adam Connors
Browse files

API Review: rename FEATURE_MANAGEDPROFILES

To be FEATURE_MANAGED_PROFILES

Bug: 15025371
Change-Id: I2f818b4d8488fe7943fe5ff6051d6b1f84ca9e8c
(cherry picked from commit 687efd6f5c05dc1e4a9c284bf3edae901af45942)
parent 87196117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8368,7 +8368,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_MANAGED_PROFILES = "android.software.managed_profiles";
    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";
+1 −1
Original line number Diff line number Diff line
@@ -1402,7 +1402,7 @@ public abstract class PackageManager {
     * The device supports managed profiles for enterprise users.
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_MANAGEDPROFILES = "android.software.managedprofiles";
    public static final String FEATURE_MANAGED_PROFILES = "android.software.managed_profiles";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: