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

Commit cd4d899f authored by Xinyi Zhou's avatar Xinyi Zhou
Browse files

Add Neary feature to PackageManager

Bug: 203579197
Test: Trivial
Change-Id: I27e6d77432c4d85d7812f4382be262ec1c918ee5
parent 20b20908
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3628,6 +3628,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.