diff options
| author | 2016-07-16 00:35:41 +0000 | |
|---|---|---|
| committer | 2016-07-16 00:35:41 +0000 | |
| commit | 72022a691afa21a8786c85c7ccc823f3d2c198a0 (patch) | |
| tree | ec97ba34464d22798f14d4ccc2359a29680572d3 /docs | |
| parent | f5f50cfc7a277a2151c833eec805b5e55387bfea (diff) | |
| parent | 9d3bc862073a05a45400deeb81acc38ba165f66a (diff) | |
Merge \"docs: Updating N Preview \"behavior changes\" doc for DP5\" into nyc-dev
am: 9d3bc86207
Change-Id: Iede90cc135476ea34b82f49c464a14eba9d60a31
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/html/preview/behavior-changes.jd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 3a3729534462..48dc053116f6 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. </li> + + <li>Starting in Android N, fingerprint enrollment and storage are managed per user. + If a profile owner’s Device Policy Client (DPC) targets pre-N on an N device, + the user is still able to set fingerprint on the device, but work + applications cannot access device fingerprint. When the DPC targets N and + above, the user can set fingerprint specifically for work profile by going to + <strong>Settings > Security > Work profile security</strong>. + </li> + + <li>A new encryption status <code>ENCRYPTION_STATUS_ACTIVE_PER_USER</code> is + returned by <code>DevicePolicyManager.getStorageEncryptionStatus()</code>, 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, <code>ENCRYPTION_STATUS_ACTIVE</code> + is returned, even if the encryption key is specific to the user or profile. + </li> + </ul> <p> |