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

Commit b8994257 authored by jiabin's avatar jiabin
Browse files

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

Test: runtest --path packages/providers/TvProvider/tests
Bug: 36699790
Change-Id: Idc65ed0e2c21027fbe3033a9abb139c3f7320f54
parent b74567dd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -295,6 +295,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.
     *