diff options
| author | 2016-03-14 15:35:38 -0700 | |
|---|---|---|
| committer | 2016-03-14 15:35:38 -0700 | |
| commit | 0ab19aa47c57f7f2822c36046f32a6f878074820 (patch) | |
| tree | 1510583fa4efd8a9926e65fc30840d31a055fe6f | |
| parent | e1bf5a94d936838c8f1a50689540b20284eb6cd1 (diff) | |
docs: PIP-related fix to N preview API overview doc
In api-overview, we removed the short section describing PIP
(because it's already mentioned in the multi-window section).
However, we still refer to it in the multi-window section by
saying "See below for more information". This CL just removes
that statement.
Staged preview URL in comment in CL
Bug: 27569802
Change-Id: Iab6f5da3af7b13eb9dc93e5f8fa786129760a5a1
| -rw-r--r-- | docs/html/preview/api-overview.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index d316faf7d06f..9fd6f8866e57 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -69,7 +69,7 @@ the divider between them. </li> <li>On Android TV devices, apps can put themselves in <a href="{@docRoot}preview/features/picture-in-picture.html">picture-in-picture mode</a>, allowing them to continue showing content while the user browses or -interacts with other apps. See below for more information. </li> +interacts with other apps.</li> </ul> <div class="col-4of10"> |