docs: Quick Tile update to DP3 release notes

Continuing work from CL http://ag/1010439 , addressing comments on
that CL that were left after it was submitted.

See first comment for doc stage location.

bug: 28588696
Change-Id: I9d92008ed30582657d97f162958b8efd5c317999
This commit is contained in:
Andrew Solovay
2016-05-13 14:37:33 -07:00
parent 1334929863
commit 29c8607739

View File

@@ -46,8 +46,8 @@ page.image=images/cards/card-n-support_2x.png
<dt><a href="{@docRoot}preview/api-overview.html#tile_api">Quick
Settings Tile API</a></dt>
<dd>Tile mode is now controlled by the activity's metadata. (Previously, tile
mode was controlled by the return value of
<dd>The system now uses the activity's metadata to decide on the tile mode.
(Previously, tile mode was determined by the return value of
<code>TileService.onTileAdded()</code>.) For more information, see
<code>TileService.META_DATA_ACTIVE_TILE</code> in the downloadable
<a href="{@docRoot}preview/setup-sdk.html#docs-dl">API Reference</a>.