From 06176732b497b605ea9c1fcbeb761bd1421adbfb Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 15 Jun 2016 11:04:59 -0700 Subject: [PATCH] docs: Added AfW item to DP4 "Behavior Changes" page See first comment for doc stage location. Change-Id: I188eb64a2fc854f82e4493213938346cd5847b5b --- docs/html/preview/behavior-changes.jd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index b38f1b8d6dbeb..3a37295344624 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -737,7 +737,17 @@ JavaVM::AttachCurrentThread from <jni.h>.
  • The Work Mode setting controls access to work apps. When work mode is off the system launcher indicates work apps are unavailable by greying them out. Enabling - work mode again restores normal behavior. + work mode again restores normal behavior.
  • + +
  • When installing a PKCS #12 file containing a client certificate chain and + the corresponding private key from Settings UI, the CA certificate in the + chain is no longer installed to the trusted credentials storage. This does + not affect the result of {@link android.security.KeyChain#getCertificateChain + KeyChain.getCertificateChain()} when apps attempt to retrieve the client + certificate chain later. If required, the CA certificate should be installed + to the trusted credentials storage via Settings UI separately, with a + DER-encoded format under a .crt or .cer file extension. +