diff options
| author | Joe Fernandez <joefernandez@google.com> | 2015-05-21 21:08:41 -0700 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2015-05-21 21:08:41 -0700 |
| commit | ee143ce3eca3db788ddff6f21a8aae6471eec5db (patch) | |
| tree | d3e416791a75dd4a0bd7d9c6a29fe18820a5c93f /docs/html | |
| parent | 85dea528866217d4b3d40a1162c00c4e836504aa (diff) | |
| download | frameworks_base-ee143ce3eca3db788ddff6f21a8aae6471eec5db.zip frameworks_base-ee143ce3eca3db788ddff6f21a8aae6471eec5db.tar.gz frameworks_base-ee143ce3eca3db788ddff6f21a8aae6471eec5db.tar.bz2 | |
docs: M Preview Program overview, update 2
Change-Id: If36aa779a29b9ac0a5c36e7ecf4bfe80a25d5ba4
Diffstat (limited to 'docs/html')
| -rw-r--r-- | docs/html/preview/download.jd | 4 | ||||
| -rw-r--r-- | docs/html/preview/images/m-preview-timeline.png | bin | 31161 -> 24350 bytes | |||
| -rw-r--r-- | docs/html/preview/overview.jd | 44 |
3 files changed, 29 insertions, 19 deletions
diff --git a/docs/html/preview/download.jd b/docs/html/preview/download.jd index ae46fb2..4341f8d 100644 --- a/docs/html/preview/download.jd +++ b/docs/html/preview/download.jd @@ -284,6 +284,10 @@ This is the Android SDK Preview License Agreement (the “License Agreement”). to flash the image onto your device.</li> </ol> +<p class="note"> + <strong>Note:</strong> Once you have flashed a development device the preview system image, + it is upgraded automatically with the next preview release through over-the-air (OTA) updates. +</p> <h3 id="revertDevice">Revert a Device to Factory Specifications</h3> diff --git a/docs/html/preview/images/m-preview-timeline.png b/docs/html/preview/images/m-preview-timeline.png Binary files differindex bda0b46..2a45333 100644 --- a/docs/html/preview/images/m-preview-timeline.png +++ b/docs/html/preview/images/m-preview-timeline.png diff --git a/docs/html/preview/overview.jd b/docs/html/preview/overview.jd index 2c79eba..633fd25 100644 --- a/docs/html/preview/overview.jd +++ b/docs/html/preview/overview.jd @@ -4,11 +4,13 @@ page.image=images/cards/card-preview_16-9_2x.png @jd:body <p> - The M Developer Preview program is an opportunity for you to test the compatibility of your apps - with the next platform release, try out early versions of new API features, and provide feedback - to the Android team. The program includes update releases during course of the program to allow - you to follow the progress of feature development and fixes, leading up to the official release - of the platform, as shown in Figure 1. + The Android M platform is still under development, but we’re offering developers an early look + through the Android M Developer Preview program. This program is an opportunity for you to test + the compatibility of your apps with the next platform release, try out early versions of new API + features, and provide feedback to the Android team. Developers can try out the M Preview system + on with the Android SDK emulator or on Nexus 5, Nexus 6, Nexus 9, and Nexus Player devices. The + program includes update releases during course of the program to allow you to follow the progress + of feature development and fixes, leading up to the official release of the platform. </p> <img src="{@docRoot}preview/images/m-preview-timeline.png" @@ -29,26 +31,30 @@ page.image=images/cards/card-preview_16-9_2x.png </p> <ul> - <li>Review the <a href="{@docRoot}preview/api-overview.html"> - API Overview</a> and <a href= - "{@docRoot}preview/api-changes.html">Behavior Changes</a> to - get an idea of what's new and how it affects your app. + <li>Review the <a href="{@docRoot}preview/api-overview.html"> API Overview</a> and + <a href="{@docRoot}preview/api-changes.html">Behavior Changes</a> to + get an idea of what's new and how it affects your app. </li> - <li>Setup for testing and development by following the instructions for <a href= - "{@docRoot}preview/setup-sdk.html">Setting up the Preview - SDK</a> and configuring test devices. + <li>Setup for testing and development by following the instructions for + <a href="{@docRoot}preview/setup-sdk.html">Setting up the Preview SDK</a> + and configuring test devices. </li> - <li>Review the <a href="{@docRoot}preview/reference.html">M - Preview API Reference</a> and <a href= - "{@docRoot}preview/samples.html">M Preview samples</a> to - gain more insight into new API features and how to use them in your app. + <li>You can <a href="{@docRoot}preview/download.html">download</a> the latest M Developer + Preview system image for compatible Nexus devices and install it for testing. Once you have + flashed a development device, it is upgraded automatically with the next preview release + through over-the-air (OTA) updates. </li> - <li>Join the <a href="https://plus.google.com/communities/101985907812750684586">M Preview - Google+ developer community</a> to get the latest developer updates and connect with other - developers working with the preview. + <li>Review the M Preview <a href="{@docRoot}preview/reference.html">API Reference</a> and + <a href="{@docRoot}preview/samples.html">samples</a> to + gain more insight into new API features and how to use them in your app. + </li> + + <li>Join the M Preview <a href="http://g.co/dev/AndroidMDevPreview">Google+ developer + community</a> to get the latest developer updates and connect with other + developers working with the preview. </li> </ul> |
