diff options
author | Quddus Chong <quddusc@google.com> | 2015-06-16 22:05:54 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-16 22:05:54 +0000 |
commit | 83ee59d5de365669cd7a9d8bfa552a90678d0587 (patch) | |
tree | 4a86700e4deefaf590d7a69f7eb200c07c5631fe /docs | |
parent | c75034f1e40719aeec3e703d51414ac05fe2ca98 (diff) | |
parent | 375ad9e1ebc327b87f378f1e0d3cf12f058e5f36 (diff) | |
download | frameworks_base-83ee59d5de365669cd7a9d8bfa552a90678d0587.zip frameworks_base-83ee59d5de365669cd7a9d8bfa552a90678d0587.tar.gz frameworks_base-83ee59d5de365669cd7a9d8bfa552a90678d0587.tar.bz2 |
am 375ad9e1: docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
* commit '375ad9e1ebc327b87f378f1e0d3cf12f058e5f36':
docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/training/tv/discovery/searchable.jd | 3 |
1 files changed, 2 insertions, 1 deletions
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.</p> <td>The production year of your content <strong>(required)</strong></td> </tr><tr> <td>{@code SUGGEST_COLUMN_DURATION}</td> - <td>The duration in milliseconds of your media</td> + <td>The duration in milliseconds of your media <strong>(required)</strong></td> </tr> </table> @@ -99,6 +99,7 @@ more important columns are described below.</p> <li>{@link android.app.SearchManager#SUGGEST_COLUMN_TEXT_1}</li> <li>{@link android.app.SearchManager#SUGGEST_COLUMN_CONTENT_TYPE}</li> <li>{@link android.app.SearchManager#SUGGEST_COLUMN_PRODUCTION_YEAR}</li> + <li>{@link android.app.SearchManager#SUGGEST_COLUMN_DURATION}</li> </ul> <p>When the values of these columns for your content match the values for the same content from other |