Loading core/java/android/content/pm/PackageManager.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1402,7 +1402,7 @@ public abstract class PackageManager { * The device supports managed profiles for enterprise users. * The device supports managed profiles for enterprise users. */ */ @SdkConstant(SdkConstantType.FEATURE) @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}: * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: Loading Loading
core/java/android/content/pm/PackageManager.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -1402,7 +1402,7 @@ public abstract class PackageManager { * The device supports managed profiles for enterprise users. * The device supports managed profiles for enterprise users. */ */ @SdkConstant(SdkConstantType.FEATURE) @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}: * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: Loading