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