diff --git a/docs/html/preview/support.jd b/docs/html/preview/support.jd index 5328fd8b5eb53..b2421119d1171 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
For the full list of fixed issues, see the issue tracker.
++ Before publishing apps that target API 24 in Google Play, keep these points + in mind: +
+targetSdkVersion is 22 or lower and
+ you want to target API 24, you’ll need to support behaviors
+ introduced with Android 6.0 (Marshmallow), such as runtime permissions, in
+ addition to Android N behaviors.
+ targetSdkVersion set to 23 or
+ higher, you can't later publish a version of the app with a higher
+ versionCode that targets 22 or lower. This restriction applies
+ in alpha and beta channels as well as production channel.
+