am a215557b: am 0805fcc3: am 036895e1: Merge "docs: M Preview 3 post-release cleanup" into mnc-dev

* commit 'a215557b73b1edf8224609088b3c231b44a5fe6f':
  docs: M Preview 3 post-release cleanup
This commit is contained in:
Joe Fernandez
2015-08-18 00:00:04 +00:00
committed by Android Git Automerger
2 changed files with 19 additions and 7 deletions

View File

@@ -151,16 +151,19 @@ page.image=images/cards/card-support_16-9_2x.png
</h3> </h3>
<ul> <ul>
<li>General <li>General
<ul> <ul>
<li>Final Permissions user interface &mdash; the permissions user interface is updated <li>Updated the Fingerprint API to enables better error reporting,
and some of the permissions behaviors are enhanced. </li> better fingerprint enrollment experience, and enumeration support for greater
<li>Updates to the Fingerprint API &mdash; updated API that enables better error reporting, reliability.</li>
better fingerprint enrollment experience, plus enumeration support for greater <li>Modified app access to BLE and Wi-Fi scans to require the location permisssion when they
reliability.</li> target Android 6.0 (API level 23) or higher. Apps targeting API 22 or earlier can
</ul> still perform BTLE and WiFi scans, but only when they are in the foreground. While in the background, those apps will get no results from BTLE and WiFi scans.</li>
</ul>
</li> </li>
<li>Permission changes <li>Permission changes
<ul> <ul>
<li>Updated the user interface for permissions and enhanced some of the permissions
behaviors.</li>
<li>The {@link android.Manifest.permission#GET_ACCOUNTS} permission is now a member of the <li>The {@link android.Manifest.permission#GET_ACCOUNTS} permission is now a member of the
{@link android.Manifest.permission_group#CONTACTS} permission group and it has a {@link android.Manifest.permission_group#CONTACTS} permission group and it has a
{@code android:protectionLevel} of {@code dangerous}. This change means that when {@code android:protectionLevel} of {@code dangerous}. This change means that when
@@ -193,6 +196,10 @@ page.image=images/cards/card-support_16-9_2x.png
</li> </li>
<li>During Hangouts calls, users may experience distorted or low audio on some devices. <li>During Hangouts calls, users may experience distorted or low audio on some devices.
</li> </li>
<li>The bundled Google Apps Device Policy app is unable to set up an Android for Work
Profile in the MPA44G system images, so you cannot create a new Work Profile with that
app. Other apps that provide Android for Work functionality are unaffected.
</li>
</ul> </ul>
</li> </li>
</ul> </ul>

View File

@@ -80,6 +80,11 @@ page.title=Support Library
</dd> </dd>
</dl> </dl>
<p>For a complete list of the Support Library changes, see the
<a href="{@docRoot}sdk/support_api_diff/23/changes.html">Support
Library API Differences Report</a>. </p>
</div> </div>
</div> <!-- end of collapsible section --> </div> <!-- end of collapsible section -->