diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 66dce7a5d0bee..ece6b43efa813 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -612,5 +612,15 @@ as the return status when they invoke {@link android.content.pm.PackageInstaller#uninstall PackageInstaller.uninstall()}. +
  • The JCA provider called Crypto is deprecated, because its only + algorithm, SHA1PRNG, is cryptographically weak. Apps can no longer use + SHA1PRNG to (insecurely) derive keys, because this provider is no longer + available. For more information, see the blog + post Security "Crypto" provider deprecated in Android + N. +
  • +