diff options
| author | 2016-06-16 20:47:02 +0000 | |
|---|---|---|
| committer | 2016-06-16 20:47:04 +0000 | |
| commit | 5a3a66a253ab5293e75a546f647cfcc36be7c3a5 (patch) | |
| tree | 52c574dc9f1f3f7975fde36bcfad37f5dc5597d7 | |
| parent | e09415344d905a5718431570e95a91eef01ed175 (diff) | |
| parent | 02e2cb979ec9ad314eb47fe6acb1641d5978abaa (diff) | |
Merge "docs: Minor update to DP4 release notes" into nyc-dev
| -rw-r--r-- | docs/html/preview/support.jd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 5328fd8b5eb5..b2421119d117 100644 --- a/docs/html/preview/support.jd +++ b/docs/html/preview/support.jd @@ -17,6 +17,7 @@ page.image=images/cards/card-n-support_2x.png <li><a href="#general">General advisories</a></li> <li><a href="#new">New in DP4</a></li> <li><a href="#ki">Known issues</a></li> + <li><a href="#upgrade-notes">Notes on publishing apps that target API 24</a></li> </ul> </li> <li><a href="#dp3">Developer Preview 3</a></li> @@ -328,13 +329,34 @@ page.image=images/cards/card-n-support_2x.png <li>Additional bluetooth connectivity fixes </li> + </ul> <p>For the full list of fixed issues, see <a href="https://goo.gl/6uCKtf">the issue tracker</a>.</p> +<h3 id="upgrade-notes">Notes on publishing apps that target API 24</h3> + +<p> + Before publishing apps that target API 24 in Google Play, keep these points + in mind: +</p> +<ul> + <li>If your app’s current <code>targetSdkVersion</code> is 22 or lower and + you want to target API 24, you’ll need to support <a href= + "{@docRoot}about/versions/marshmallow/android-6.0-changes.html">behaviors + introduced with Android 6.0 (Marshmallow)</a>, such as <a href= + "{@docRoot}training/permissions/requesting.html">runtime permissions</a>, in + addition to Android N behaviors. + </li> + <li>Once you publish an app with <code>targetSdkVersion</code> set to 23 or + higher, you can't later publish a version of the app with a higher + <code>versionCode</code> that targets 22 or lower. This restriction applies + in alpha and beta channels as well as production channel. + </li> +</ul> <!-- DP3 Release Notes Archive --> |