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

Commit 601847e5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add tuner feature to PackageManager"

parents e8d6f95b 0184edc6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -3011,6 +3011,17 @@ public abstract class PackageManager {
    public static final String FEATURE_INCREMENTAL_DELIVERY =
            "android.software.incremental_delivery";

    /**
     * Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:
     * The device has tuner hardware to support tuner operations.
     *
     * <p>This feature implies that the device has the tuner HAL implementation.
     *
     * @hide
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_TUNER = "android.hardware.tv.tuner";

    /**
     * Extra field name for the URI to a verification file. Passed to a package
     * verifier.