diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd
index c7da1a560442a..ba30fe3455af9 100644
--- a/docs/html/preview/support.jd
+++ b/docs/html/preview/support.jd
@@ -56,7 +56,7 @@ page.image=images/cards/card-n-support_2x.png
Date: June 2016
- Build: TODO
+ Build: NPD56N
Emulator support: x86 & ARM (32/64-bit)
Google Play services: 8.4
@@ -75,8 +75,7 @@ page.image=images/cards/card-n-support_2x.png
- This release may have various stability issues on
- supported devices. Users may encounter system instability, such as kernel
- panics and crashes.
+ supported devices.
- Some apps may not function as expected on the new
@@ -84,65 +83,181 @@ page.image=images/cards/card-n-support_2x.png
- Developer Preview 4 is Compatibility Test Suite (CTS)
- approved on these devices: TODO: Need list.. Apps
- that depend on CTS approved builds should work normally on these devices
- (Android Pay for example).
+ approved on these devices: Nexus 5X, Nexus 6, Nexus 6P, and
+ Pixel C. Apps that depend on CTS approved builds should work normally
+ on these devices (Android Pay for example).
- Developer Preview 4 is available on all supported
- devices: Nexus 5X, Nexus 6, Nexus 6P, Nexus 9, Nexus Player, Pixel
- C, General Mobile 4G (Android One), as well as Sony Xperia Z3 (D6603 and
- D6653 models). TODO: Confirm this list.
+ devices: Nexus 5X, Nexus 6, Nexus 6P, Nexus 9, Nexus Player,
+ Pixel C, General Mobile 4G (Android One), as well as Sony Xperia Z3
+ (D6603 and D6653 models).
New in DP4
-
-
New feature
+
Android N final APIs
-
Description of new feature.
+
+ Developer Preview 4 includes the final APIs for the upcoming
+ Android N platform. The new API level is 24.
+
+
+
Play publishing
+
+
+ You can now publish apps that use API level 24 to Google
+ Play, in alpha, beta, and production release channels.
+
+
+
Android Studio and tools updates
+
+
+ Along with Developer Preview 4 we’re providing the final API 24
+ SDK to be used with Android Studio 2.1.2 and higher. In addition,
+ we’re releasing updated Developer Preview 4 system images for the emulator to
+ help test your apps.
+
+
+
+ As new updates roll out for Android Studio, you should see minor improvements in
+ the new project wizards and AVD manager as we add enhanced support for API 24.
+ These are primarily cosmetic changes and should not stop you from getting
+ your app ready for an update in the Play store.
+
Feature and API changes
-
- -
- Multi-Window
-
-
- -
- The
android:minimalHeight and android:minimalWidth
- attributes have been renamed to android:minHeight and
- android:minWidth.
-
-
-
-
Fixes for issues reported by developers
-
-
- A number of issues reported by developers have been fixed, including:
-
-
+
In previous versions of Android, an app activates with all of its locale
+ resources loaded before locale negotiation begins. Starting in Android N DP4,
+ the system negotiates resource locales individually for each resource object
+ before the app activates.
+
-
For the full list of fixed issues, see the
-issue tracker.
+
As announced at Developer Preview 3, we’ve deferred the Launcher
+ Shortcuts feature to a later release of Android. In Developer Preview 4,
+ we’ve removed the Launcher Shortcuts APIs.
+
+
+
We’ve changed the BLE Scanning behavior starting in DP4. We’ll prevent
+ applications from starting and stopping scans more than 5 times in 30
+ seconds. For long running scans, we’ll convert them into opportunistic scans.
+
+
+
The Multi-Window
+ android:minimalHeight and android:minimalWidth
+ attributes have been renamed to android:minHeight and
+ android:minWidth.
+
+
Known Issues
-
+
Launcher
+
+ - The default launcher’s All Apps tray may become
+ unresponsive after cycling the screen off and on. Returning to the
+ homescreen and relaunching the All Apps tray may resolve
+ this issue.
+
+
+
+
Setup Wizard
+
+
+ - Crash on selecting "Not now" in "Set up email" screen.
+
+
+
+
Media
+
+
+ - Media playback may be unreliable on Nexus 9 and Nexus Player, including
+ issues playing HD video.
+
+
+ - Occasional freeze when running the YouTube app with other apps in
+ multi-window mode on Pixel C devices. In some cases hard reboot is required.
+
+
+ - Apps may have issues playing some Widevine DRM-protected content on Nexus
+ 9 devices.
+
+
+ - Issues handling VP8 video on Nexus 9 devices.
+
+
+
+
External storage
+
+
+ - Apps may become unstable when the user moves them from internal storage
+ to adoptable external storage (this can include SD card or devices attached
+ over USB).
+
+
+
+
Screen zoom and multiple APKs in Google Play
+
+
+ - On devices running Android N, Google Play services 9.0.83 incorrectly
+ reports the current screen density rather than the stable screen density.
+ When screen zoom is enabled on these devices, this can cause Google Play to
+ select a version of a multi-APK app that’s designed for smaller screens. This
+ issue is fixed in the next version of Google Play services and will be
+ included in a later Developer Preview release.
+
+
+
+
Vulkan support and multiple APKs in Google Play
+
+
+ - On devices running Android N, Google Play services 9.0.83 currently
+ reports Vulkan support but not Vulkan version. This can cause Google Play to
+ select a version of a multi-APK app that’s designed for lower Vulkan support
+ on devices with higher version support. Currently, the Google Play Store does
+ not accept uploads of apps which use Vulkan version targeting. This support
+ will be added to the Google Play Store in the future and fixed in the next
+ version of Google Play services (to be included in a later Developer Preview
+ release). Any N devices using the version of Google Play services 9.0.83 will
+ continue to receive versions of apps targeting basic Vulkan support.
+
+
+
+
Accessibility
+
+ - Switch access doesn't allow user to navigate web pages in Chrome.
+
+
+ - Accessibility issues for talkback users with notification dismissal, and
+ wifi selection screen.
+
+
+
+
Android for Work
+
+
+ - Currently, CA certificates provisioned through {@link
+ android.app.admin.DevicePolicyManager} are not
+ available to profiles other than the primary user/profile due to a preload
+ issue. For example, this could prevent a user from connecting to a trusted
+ server when in a Work profile. This issue will be resolved in the next
+ Developer Preview.
+
+
+
Fixes for issues reported by developers
+
+
+ A number of issues reported by developers have been fixed, including:
+
+
+
+ - The active network state ({@link android.net.NetworkInfo#getState
+ NetworkInfo.getState()} and {@link android.net.NetworkInfo#getDetailedState
+ NetworkInfo.getDetailedState()}) might return incorrect values during some
+ restricted background scenarios
+
+
+ - Data Saver restricts the foreground MMS mobile network request
+ (bug
+ 208478)
+
+
+ - Quick settings tiles and notifications sometimes unresponsive
+
+
+ - Unable to dismiss Clock notifications
+
+
+ - Duplication of bluetooth icon and other status icons
+
+
+ - Additional bluetooth connectivity fixes
+
+
+
+
For the full list of fixed issues, see the
+issue tracker.
+
@@ -220,7 +369,7 @@ issue tracker.
New in DP3
-
VR Mode for Android
+
VR Mode for Android
Android N adds platform support and optimizations for a new VR Mode to let
@@ -236,7 +385,7 @@ issue tracker.
"https://developers.google.com/vr/android/">Google VR SDK for Android.
-
Sustained performance mode
+
Sustained performance mode
Android N includes optional support for .
filing a bug.
-
Keyboard Shortcuts helper
+
Keyboard Shortcuts helper
Android N lets users press Meta+/ to trigger a Keyboard
@@ -277,7 +426,7 @@ issue tracker.
Shortcuts helper for details.
-
FrameMetrics API
+
FrameMetrics API
DP3 introduces a new .
-
Notifications
+
Notifications
- MessagingStyle does not show notifications with "null" (self) sender.
-
Developer Tools
+
Developer Tools