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

Commit 025d4909 authored by jiabin's avatar jiabin Committed by android-build-merger
Browse files

Merge "TIF: Add preview parameter to filter only preview or non-preview...

Merge "TIF: Add preview parameter to filter only preview or non-preview channels." into oc-dev am: 4fba6e62
am: 02b100c6

Change-Id: I470c233f8ebe88b0f47e669d534820e0f6e88bbd
parents 56dfa1ed 02b100c6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -435,6 +435,14 @@ public final class TvContract {
     */
    public static final String PARAM_CANONICAL_GENRE = "canonical_genre";

    /**
     * A query, update or delete URI parameter that allows the caller to operate only on preview or
     * non-preview channels. If set to "true", the operation affects the rows for preview channels
     * only. If set to "false", the operation affects the rows for non-preview channels only.
     * @hide
     */
    public static final String PARAM_PREVIEW = "preview";

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