summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Yu <dsyu@google.com> 2016-04-21 17:31:15 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-04-21 17:31:17 +0000
commit88e0bbce5652d846bc6937b6827d9b282517ae14 (patch)
tree3eb7a9ddfc38beceb397b0d21deabb98e93cca14
parent0e7bc1b215c441c8c280c669e6e0ffed650c6ac5 (diff)
parentcdf1473c97e908dda3dea69e9a731dfb62387a89 (diff)
Merge "docs: 3 additional review criteria for Android TV" into mnc-mr-docs
-rw-r--r--docs/html/distribute/essentials/quality/tv.jd44
1 files changed, 43 insertions, 1 deletions
diff --git a/docs/html/distribute/essentials/quality/tv.jd b/docs/html/distribute/essentials/quality/tv.jd
index c7f6fcbd0bb7..459469f14fcc 100644
--- a/docs/html/distribute/essentials/quality/tv.jd
+++ b/docs/html/distribute/essentials/quality/tv.jd
@@ -80,7 +80,7 @@ see <a href="{@docRoot}distribute/googleplay/tv.html">Distributing to Android TV
</tr>
<tr>
- <td rowspan="4" id="launcher">
+ <td rowspan="5" id="launcher">
Launcher
</td>
@@ -132,6 +132,18 @@ see <a href="{@docRoot}distribute/googleplay/tv.html">Distributing to Android TV
</tr>
<tr>
+ <td id="TV-LS">
+ TV-LS
+ </td>
+ <td>
+ <p style="margin-bottom:.5em;">
+ App runs successfully when the user selects the application banner from the home screen.
+ (<a href="{@docRoot}training/tv/start/start.html#run">Learn how</a>)
+ </p>
+ </td>
+</tr>
+
+<tr>
<td rowspan="5" id="layout">
Layout
</td>
@@ -239,6 +251,36 @@ see <a href="{@docRoot}distribute/googleplay/tv.html">Distributing to Android TV
</td>
</tr>
+<tr>
+ <td rowspan="2" id="search">
+ Search
+ </td>
+
+ <td id="TV-SD">
+ TV-SD
+ </td>
+ <td>
+ <p style="margin-bottom:.5em;">
+ In-app search results are navigable using D-pad controls, unless the app
+ requires a gamepad controller, as specified in <a href="#TV-GP">TV-GP</a>.
+ (<a href="{@docRoot}training/tv/start/navigation.html#d-pad-navigation">Learn how</a>)
+ </p>
+ </td>
+</tr>
+
+<tr>
+ <td id="TV-SB">
+ TV-SB
+ </td>
+ <td>
+ <p style="margin-bottom:.5em;">
+ An in-app search query should show up in the search box, similar to the user interface provided
+ by {@link android.support.v17.leanback.app.SearchFragment}, and results should be relevant to
+ that query.
+ (<a href="{@docRoot}training/tv/discovery/in-app-search.html">Learn how</a>)
+ </p>
+ </td>
+</tr>
</table>