From 333d4a548c2d2bcdfc526a13477c6c5a7b86a996 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Thu, 5 May 2016 15:36:35 -0700 Subject: [PATCH] docs: Noted minor API changes in release notes Using this CL for a few very small API changes which we want to flag in the release notes, but don't need more doc than that. See first comment for doc stage location. bug: 28588696 bug: 28621470 Change-Id: I1eeaef0c022ca312526914032412645167646c9e --- docs/html/preview/support.jd | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index ea870a89fca31..55f95d696d5db 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -8,7 +8,8 @@ page.image=images/cards/card-n-support_2x.png

Two primary support channels are available to you when developing and testing with the Android N Developer Preview: Please file bugs at https://developer.android.com/preview/bug for + "https://developer.android.com/preview/bug" + >https://developer.android.com/preview/bug for device-specific, system, and Google App bugs. For issues in other apps, please contact the developer directly.

@@ -33,9 +34,25 @@ page.image=images/cards/card-n-support_2x.png

New in DP3

- + +

API changes

+ +
+
Number-blocking
+
If an unauthorized user attempts to block or unblock a number, the operation + now fails with {@link java.lang.SecurityException}. (Previously, the + operation threw {@link java.lang.UnsupportedOperationException}.)
+ +
Quick + Settings Tile API
+
Tile mode is now controlled by the activity's metadata. (Previously, tile + mode was controlled by the return value of + TileService.onTileAdded().) For more information, see + TileService.META_DATA_ACTIVE_TILE in the downloadable + API Reference. +
+

Fixes for issues reported by developers