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

Commit 2ee60cef authored by jiabin's avatar jiabin
Browse files

Add parameter for accessing channels from 3rd-party TV apps.

Test: runtest --path packages/providers/TvProvider/tests
Bug: 37576643
Change-Id: Iff797d4cdc9e0a4115d44c4de732f241a9a9f878
parent 13ba34bf
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ public final class TvContract {
    public static final String PARAM_BROWSABLE_ONLY = "browsable_only";

    /**
     * A optional query, update or delete URI parameter that allows the caller to specify canonical
     * An optional query, update or delete URI parameter that allows the caller to specify canonical
     * genre to filter programs.
     * @hide
     */
@@ -443,6 +443,13 @@ public final class TvContract {
     */
    public static final String PARAM_PREVIEW = "preview";

    /**
     * An optional query, update or delete URI parameter that allows the caller to specify package
     * name to filter channels.
     * @hide
     */
    public static final String PARAM_PACKAGE = "package";

    /**
     * Builds an ID that uniquely identifies a TV input service.
     *