diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 3a37295344624..48dc053116f6c 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -748,6 +748,23 @@ JavaVM::AttachCurrentThread from <jni.h>. to the trusted credentials storage via Settings UI separately, with a DER-encoded format under a .crt or .cer file extension. + +
ENCRYPTION_STATUS_ACTIVE_PER_USER is
+ returned by DevicePolicyManager.getStorageEncryptionStatus(), to
+ indicate that encryption is active and the encryption key is tied to the
+ user. The new status is only returned if DPC targets API Level 24 and above.
+ For apps targeting earlier API levels, ENCRYPTION_STATUS_ACTIVE
+ is returned, even if the encryption key is specific to the user or profile.
+