diff options
Diffstat (limited to 'docs/html/preview/support.jd')
-rw-r--r-- | docs/html/preview/support.jd | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 49d4906..cfd9467 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -57,7 +57,7 @@ page.image=images/cards/card-support_16-9_2x.png <div class="col-9of16"> <p> <em>Date: August 2015<br> - Build: MPA44G<br> + Build: MPA44I<br> Hardware support: Nexus 5, 6, 9, Player<br> Emulator support: x86 & ARM 32/64-bit<br> Google Play services: 7.8</em> @@ -149,10 +149,21 @@ page.image=images/cards/card-support_16-9_2x.png <h3 id="changes"> Key changes </h3> - <ul> + <li>General + <ul> + <li>Updated the Fingerprint API to enables better error reporting, + better fingerprint enrollment experience, and enumeration support for greater + reliability.</li> + <li>Modified app access to BLE and Wi-Fi scans to require the location permisssion when they + target Android 6.0 (API level 23) or higher. Apps targeting API 22 or earlier can + 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>Permission changes <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 {@link android.Manifest.permission_group#CONTACTS} permission group and it has a {@code android:protectionLevel} of {@code dangerous}. This change means that when @@ -180,11 +191,16 @@ page.image=images/cards/card-support_16-9_2x.png <ul> <li>General issues: <ul> - <li>On LTE devices, including volantis, GPS is not functioning properly, which may + <li>On LTE devices, including Nexus 9, GPS is not functioning properly, which may interfere with navigation services. </li> <li>During Hangouts calls, users may experience distorted or low audio on some devices. </li> + <li>The Google Apps Device Policy app bundled with MPA44G is unable to set up an Android for +Work Profile, so you cannot create a new Work Profile with that version of the app. This issue is +resolved in the Google Apps Device Policy app bundled with MPA44I. Other apps that provide Android +for Work functionality remain unaffected on either build. + </li> </ul> </li> </ul> |