Merge "Add parameter for accessing channels from 3rd-party TV apps." into oc-dev

am: f3a5f66139

Change-Id: Ifa88fe71ed6d1b75be62b579908f412019ed68f2
This commit is contained in:
jiabin
2017-05-01 18:27:09 +00:00
committed by android-build-merger

View File

@@ -437,7 +437,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
*/
@@ -451,6 +451,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.
*