summaryrefslogtreecommitdiffstats
path: root/docs/html/preview/support.jd
blob: f05fa9866ea5cc0a13075030c6e6d3a6361ba466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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>