am 1639af42: am 766b5b74: am f3a910b8: am 5977c487: am 07661e3b: Merge "docs: M Preview 2 - release notes" into mnc-preview-docs
* commit '1639af4240d5006f6f17a2b0fb4b6a4a94f587dc': docs: M Preview 2 - release notes
This commit is contained in:
@@ -17,44 +17,46 @@ page.image=images/cards/card-support_16-9_2x.png
|
|||||||
|
|
||||||
<h2 id="release-notes">Release Notes</h2>
|
<h2 id="release-notes">Release Notes</h2>
|
||||||
|
|
||||||
<!--
|
|
||||||
<div class="toggle-content opened">
|
<div class="toggle-content opened">
|
||||||
<p><a href="#" onclick="return toggleContent(this)">
|
<p><a href="#" onclick="return toggleContent(this)">
|
||||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
||||||
alt=""/>M Developer Preview, Revision 2</a> <em>(Month 2015)</em>
|
alt=""/>M Developer Preview 2</a> <em>(July 2015)</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="toggle-content-toggleme">
|
<div class="toggle-content-toggleme">
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
<dt>Fix Category 1</dt>
|
<dt>API Name Changes:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed issue X.</li>
|
<li>Moved the {@code android.app.AssistContent} class to a different package,
|
||||||
<li>Fixed issue Y.</li>
|
{@code android.app.assist.AssistContent} in the Assist API.</li>
|
||||||
<li>Fixed issue Z.</li>
|
<li>Moved the {@code android.app.AssistStructure} class to a different package,
|
||||||
</ul>
|
{@code android.app.assist.AssistStructure} in the Assist API.</li>
|
||||||
</dd>
|
<li>Replaced the {@code ScanResult.PasspointNetwork} property with the
|
||||||
|
{@code ScanResult.isPasspointNetwork()} method for HotSpot 2.0 support.</li>
|
||||||
<dt>Fix Category 2</dt>
|
<li>Replaced the {@code InputDevice.hasMic()} method with {@code InputDevice.hasMicrophone()}
|
||||||
<dd>
|
for the Audio API.</li>
|
||||||
<ul>
|
<li>Renamed the {@code View.OnStylusButtonPressListener} class to
|
||||||
<li>Fixed issue X.</li>
|
{@code View.OnContextClickListener} for Bluetooth Stylus support.</li>
|
||||||
<li>Fixed issue Y.</li>
|
<li>Renamed the {@code GestureDetector.OnStylusButtonPressListener} class to
|
||||||
<li>Fixed issue Z.</li>
|
{@code GestureDetector.OnContextClickListener} for Bluetooth Stylus support.</li>
|
||||||
|
<li>Renamed the {@code android.app.usage.NetworkUsageStats} class to
|
||||||
|
{@code android.app.usage.NetworkStats}.</li>
|
||||||
|
<li>Renames the {@code android.app.usage.NetworkUsageStats.Bucket} class to
|
||||||
|
{@code android.app.usage.NetworkStats.Bucket}.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
-->
|
|
||||||
|
|
||||||
<div class="toggle-content opened">
|
<div class="toggle-content closed">
|
||||||
<p><a href="#" onclick="return toggleContent(this)">
|
<p><a href="#" onclick="return toggleContent(this)">
|
||||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
|
||||||
alt=""/>M Developer Preview, Revision 1</a> <em>(May 2015)</em>
|
alt=""/>M Developer Preview 1</a> <em>(May 2015)</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="toggle-content-toggleme">
|
<div class="toggle-content-toggleme">
|
||||||
|
|||||||
Reference in New Issue
Block a user