Loading core/java/android/content/pm/PackageManager.java +8 −0 Original line number Diff line number Diff line Loading @@ -3650,6 +3650,14 @@ public abstract class PackageManager { */ public static final String FEATURE_MANAGED_PROFILES = "android.software.managed_users"; /** * @hide * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: * The device supports Nearby mainline feature. */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_NEARBY = "android.software.nearby"; /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: * The device supports verified boot. Loading Loading
core/java/android/content/pm/PackageManager.java +8 −0 Original line number Diff line number Diff line Loading @@ -3650,6 +3650,14 @@ public abstract class PackageManager { */ public static final String FEATURE_MANAGED_PROFILES = "android.software.managed_users"; /** * @hide * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: * The device supports Nearby mainline feature. */ @SdkConstant(SdkConstantType.FEATURE) public static final String FEATURE_NEARBY = "android.software.nearby"; /** * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: * The device supports verified boot. Loading