From 375ad9e1ebc327b87f378f1e0d3cf12f058e5f36 Mon Sep 17 00:00:00 2001
From: Quddus Chong
Date: Tue, 16 Jun 2015 14:38:52 -0700
Subject: docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is
required. bug: 21400628
Change-Id: I001cb429b94bed8e6a7524f2b7c6a7ced240f33d
---
docs/html/training/tv/discovery/searchable.jd | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/html/training/tv/discovery/searchable.jd b/docs/html/training/tv/discovery/searchable.jd
index 27a1c33..4ca7abb 100644
--- a/docs/html/training/tv/discovery/searchable.jd
+++ b/docs/html/training/tv/discovery/searchable.jd
@@ -90,7 +90,7 @@ more important columns are described below.
The production year of your content (required) |
{@code SUGGEST_COLUMN_DURATION} |
- The duration in milliseconds of your media |
+ The duration in milliseconds of your media (required) |
@@ -99,6 +99,7 @@ more important columns are described below.
{@link android.app.SearchManager#SUGGEST_COLUMN_TEXT_1}
{@link android.app.SearchManager#SUGGEST_COLUMN_CONTENT_TYPE}
{@link android.app.SearchManager#SUGGEST_COLUMN_PRODUCTION_YEAR}
+ {@link android.app.SearchManager#SUGGEST_COLUMN_DURATION}
When the values of these columns for your content match the values for the same content from other
--
cgit v1.1