From 29c86077390dfa5d75aae503c71da4bc3e8ae443 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 13 May 2016 14:37:33 -0700 Subject: [PATCH] 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 --- docs/html/preview/support.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 55f95d696d5db..83ecde2372a5d 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -46,8 +46,8 @@ page.image=images/cards/card-n-support_2x.png
Quick Settings Tile API
-
Tile mode is now controlled by the activity's metadata. (Previously, tile - mode was controlled by the return value of +
The system now uses the activity's metadata to decide on the tile mode. + (Previously, tile mode was determined by the return value of TileService.onTileAdded().) For more information, see TileService.META_DATA_ACTIVE_TILE in the downloadable API Reference.