diff options
author | Quddus Chong <quddusc@google.com> | 2015-06-16 22:15:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-16 22:15:15 +0000 |
commit | 2ce8daacac91f4ea8da3f8c6c08c8242a0316310 (patch) | |
tree | d5ba9bde10822a03d4c90e67f5c3e6c14bb43bce /docs | |
parent | acc2df21de9da66d8aaf9bf2b733f8b284454403 (diff) | |
parent | 83ee59d5de365669cd7a9d8bfa552a90678d0587 (diff) | |
download | frameworks_base-2ce8daacac91f4ea8da3f8c6c08c8242a0316310.zip frameworks_base-2ce8daacac91f4ea8da3f8c6c08c8242a0316310.tar.gz frameworks_base-2ce8daacac91f4ea8da3f8c6c08c8242a0316310.tar.bz2 |
am 83ee59d5: am 375ad9e1: docs: Updated the TV docs to indicate that SUGGEST_COLUMN_DURATION is required. bug: 21400628
* commit '83ee59d5de365669cd7a9d8bfa552a90678d0587':
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 |