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

Commit 0184edc6 authored by shubang's avatar shubang
Browse files

Add tuner feature to PackageManager

Context: Tuner system APIs and Tuner HAL are adding to R. Tuner hardware
and HAL implementation are required for these new features.

Test: make;
Bug: 139308734
Change-Id: I89f56ee58cdfae447d33cdcd841e0d556e7f6cab
parent 0d8fea17
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.