diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 6873c92ce977d..b64f3bbb17aed 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -107,7 +107,7 @@ page.image=images/cards/card-n-changes_2x.png removes these processing restrictions. The additional behavior does not affect recommendations and best practices in adapting your app to the prior version of Doze introduced in Android 6.0 (API level 23), as discussed in - + Optimizing for Doze and App Standby. You should still follow those recommendations, such as using Google Cloud Messaging (GCM) to send and receive messages, and start planning updates to accomodate the diff --git a/docs/html/preview/features/security-config.jd b/docs/html/preview/features/security-config.jd index 34860bf81a7e5..92d98b4a1a9f2 100644 --- a/docs/html/preview/features/security-config.jd +++ b/docs/html/preview/features/security-config.jd @@ -170,8 +170,9 @@ page.keywords=preview,security,network

Add the trusted CAs, in PEM or DER format, to {@code res/raw/trusted_roots}. Note that if using PEM format the file must contain only PEM data - and no extra text. You can also provide multiple <certificates> elements instead of one. + and no extra text. You can also provide multiple + <certificates> +elements instead of one.

@@ -210,7 +211,8 @@ page.keywords=preview,security,network certificate for your production server. In order to support this without any modification to your app's code you can specify debug-only CAs that are only trusted when android:debuggable + "{@docRoot}guide/topics/manifest/application-element.html#debug"> +android:debuggable is {@code true} by using {@code debug-overrides}. Normally IDEs and build tools set this flag automatically for non-release builds.

@@ -567,13 +569,13 @@ matching domain rule is used.

Overrides to be applied when android:debuggable + "{@docRoot}guide/topics/manifest/application-element.html#debug">android:debuggable is {@code "true"} which is normally the case for non-release builds generated by IDEs and build tools. Trust anchors specified in {@code debug-overrides} are added to all other configurations and certificate pinning is not performed when the server's certificate chain uses one of these debug-only trust anchors. If android:debuggable + "{@docRoot}guide/topics/manifest/application-element.html#debug">android:debuggable is {@code "false"} then this section is completely ignored.
diff --git a/docs/html/preview/overview.jd b/docs/html/preview/overview.jd index 39eb8e0ecf421..07e6be1aea489 100644 --- a/docs/html/preview/overview.jd +++ b/docs/html/preview/overview.jd @@ -203,7 +203,7 @@ page.tags="preview", "developer", "android"

We’ll notify you when preview updates are available via the Android Developers Blog, as - well as this site and the Android + well as this site and the Android N Developer Community.

@@ -361,11 +361,11 @@ Android N has