73 lines
2.5 KiB
Plaintext
73 lines
2.5 KiB
Plaintext
page.title=Support
|
|
page.image=images/cards/card-support_16-9_2x.png
|
|
|
|
@jd:body
|
|
|
|
<p>
|
|
If you've encountered bugs or have feedback about the M Developer Preview,
|
|
<a href="https://code.google.com/p/android-developer-preview/">create an issue</a>
|
|
on our issue tracker.
|
|
</p>
|
|
|
|
<p>
|
|
For more support, join the
|
|
<a href="http://g.co/dev/AndroidMDevPreview">M Developer
|
|
Preview Google+ community</a> to discuss your development experiences.
|
|
</p>
|
|
|
|
<h2 id="release-notes">Release Notes</h2>
|
|
|
|
<div class="toggle-content opened">
|
|
<p><a href="#" onclick="return toggleContent(this)">
|
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
|
alt=""/>M Developer Preview 2</a> <em>(July 2015)</em>
|
|
</p>
|
|
|
|
<div class="toggle-content-toggleme">
|
|
|
|
<dl>
|
|
|
|
<dt>API Name Changes:</dt>
|
|
<dd>
|
|
<ul>
|
|
<li>Moved the {@code android.app.AssistContent} class into the new package,
|
|
{@code android.app.assist} in the Assist API. The full class
|
|
name is now {@code android.app.assist.AssistContent}.</li>
|
|
<li>Moved the {@code android.app.AssistStructure} class to the new package,
|
|
{@code android.app.assist} in the Assist API. The full class name
|
|
is now {@code android.app.assist.AssistStructure}.</li>
|
|
<li>Replaced the {@code ScanResult.PasspointNetwork} property with the
|
|
{@code ScanResult.isPasspointNetwork()} method for HotSpot 2.0 support.</li>
|
|
<li>Replaced the {@code InputDevice.hasMic()} method with {@code InputDevice.hasMicrophone()}
|
|
for the Audio API.</li>
|
|
<li>Renamed the {@code View.OnStylusButtonPressListener} class to
|
|
{@code View.OnContextClickListener} for Bluetooth Stylus support.</li>
|
|
<li>Renamed the {@code GestureDetector.OnStylusButtonPressListener} class to
|
|
{@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>Renamed the {@code android.app.usage.NetworkUsageStats.Bucket} class to
|
|
{@code android.app.usage.NetworkStats.Bucket}.</li>
|
|
</ul>
|
|
</dd>
|
|
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="toggle-content closed">
|
|
<p><a href="#" onclick="return toggleContent(this)">
|
|
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img"
|
|
alt=""/>M Developer Preview 1</a> <em>(May 2015)</em>
|
|
</p>
|
|
|
|
<div class="toggle-content-toggleme">
|
|
|
|
<dl>
|
|
<dt>Initial release.</dt>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
|
|
|