diff options
Diffstat (limited to 'docs/html/preview/support.jd')
| -rw-r--r-- | docs/html/preview/support.jd | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index a3bfe7e..49d4906 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> - Builds: XXXXXX (Nexus 5, 6, 9), XXXXXX (Nexus Player)<br> + Build: MPA44G<br> Hardware support: Nexus 5, 6, 9, Player<br> Emulator support: x86 & ARM 32/64-bit<br> Google Play services: 7.8</em> @@ -70,7 +70,7 @@ page.image=images/cards/card-support_16-9_2x.png Developer Preview 3 is the <strong>final incremental update</strong> to the Android M preview platform that was originally released in May 2015. The update includes <strong>final APIs and the official Android 6.0 SDK</strong>, - as well as <strong>near-final system images</strong> for testing your apps. The + as well as near-final system images for testing your apps. The updated system images bring a variety of fixes and enhancements across the system, including those related to issues reported by developers through the external issue tracker. @@ -95,7 +95,7 @@ page.image=images/cards/card-support_16-9_2x.png </h3> <p> - Developer Preview 3 includes the official Android 6.0 + Developer Preview 3 includes the official Android 6.0 SDK as well as updated preview system images, documentation, and samples for developing against the Android 6.0 development platform. @@ -134,7 +134,7 @@ page.image=images/cards/card-support_16-9_2x.png <li> <a href= "https://github.com/googlesamples/android-RuntimePermissions">RuntimePermissions</a> - / <a href= + and <a href= "https://github.com/googlesamples/android-RuntimePermissionsBasic">RuntimePermissionsBasic</a> are updated to reflect latest permissions API changes, including <code>shouldShowRequestPermissionRationale()</code>. @@ -151,16 +151,18 @@ page.image=images/cards/card-support_16-9_2x.png </h3> <ul> - <li>Add here + <li>Permission changes <ul> - <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 + targeting Android 6.0 (API level 23), you must check for and request this permission if + your app requires it. </li> - </ul> - </li> - <li>Other changes - <ul> - <li> + <li>The {@code android.permission.READ_PROFILE} and {@code android.permission.WRITE_PROFILE} + permissions have been removed from the {@link android.Manifest.permission_group#CONTACTS} + permission group. </li> </ul> </li> @@ -178,7 +180,10 @@ page.image=images/cards/card-support_16-9_2x.png <ul> <li>General issues: <ul> - <li>Add + <li>On LTE devices, including volantis, 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> </ul> </li> @@ -314,7 +319,7 @@ page.image=images/cards/card-support_16-9_2x.png </li> </ul> -<h3 id="changes"> +<h3 id="changes-p2"> Key changes </h3> @@ -405,7 +410,7 @@ page.image=images/cards/card-support_16-9_2x.png "{@docRoot}preview/download.html#docs">Developer Documentation download package</a>. </p> -<h3 id="ki"> +<h3 id="ki-p2"> Known issues </h3> @@ -463,7 +468,7 @@ page.image=images/cards/card-support_16-9_2x.png Developer Preview 2 system images for supported Nexus devices are available by download and by over-the-air (OTA) update. The OTA update is available only to supported devices that are currently running Developer Preview 1. If - your devices is running Developer Preview 1, you should automatically receive + your devices are running Developer Preview 1, you should automatically receive the OTA update within a few days of availability. </p> |
