Merge "Merge "docs: Noted minor API changes in release notes" into mnc-io-docs am: 8853f55890 am: b62d091fb1" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0e396c0539
@@ -8,7 +8,8 @@ page.image=images/cards/card-n-support_2x.png
|
|||||||
<p>
|
<p>
|
||||||
Two primary support channels are available to you when developing and testing
|
Two primary support channels are available to you when developing and testing
|
||||||
with the Android N Developer Preview: Please file bugs at <a href=
|
with the Android N Developer Preview: Please file bugs at <a href=
|
||||||
"https://developer.android.com/preview/bug">https://developer.android.com/preview/bug</a> for
|
"https://developer.android.com/preview/bug"
|
||||||
|
>https://developer.android.com/preview/bug</a> for
|
||||||
device-specific, system, and Google App bugs. For issues in other apps,
|
device-specific, system, and Google App bugs. For issues in other apps,
|
||||||
please contact the developer directly.
|
please contact the developer directly.
|
||||||
</p>
|
</p>
|
||||||
@@ -33,9 +34,25 @@ page.image=images/cards/card-n-support_2x.png
|
|||||||
|
|
||||||
<h3 id="new">New in DP3</h3>
|
<h3 id="new">New in DP3</h3>
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>TODO</li>
|
<h4 id="api-changes">API changes</h4>
|
||||||
</ul>
|
|
||||||
|
<dl>
|
||||||
|
<dt><a href="{@docRoot}preview/api-overview.html#number-blocking"
|
||||||
|
>Number-blocking</a></dt>
|
||||||
|
<dd>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}.)</dd>
|
||||||
|
|
||||||
|
<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
|
||||||
|
<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>.
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<h4 id="dp2-fixes">Fixes for issues reported by developers</h4>
|
<h4 id="dp2-fixes">Fixes for issues reported by developers</h4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user