From 483abe2d8b819470d480c30df6effcebe578a1f0 Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Tue, 19 Apr 2016 17:01:12 -0700 Subject: [PATCH] Remove links to createAndInitializeUser() and createUser() These methods in DevicePolicyManager have been removed from the public API in NYC. Converting @link tags to @code to avoid error during JavaDoc gen. Change-Id: I5d481ccf65bcf83a61f43cfac8ae474656ff34c1 --- docs/html/about/versions/marshmallow/android-6.0-changes.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/about/versions/marshmallow/android-6.0-changes.jd b/docs/html/about/versions/marshmallow/android-6.0-changes.jd index f998590f5f7e0..b44142e9842ab 100644 --- a/docs/html/about/versions/marshmallow/android-6.0-changes.jd +++ b/docs/html/about/versions/marshmallow/android-6.0-changes.jd @@ -369,7 +369,7 @@ affect camera apps running on the primary user. only affects notifications generated by applications in the managed profile. -
  • The {@link android.app.admin.DevicePolicyManager#createAndInitializeUser(android.content.ComponentName, java.lang.String, java.lang.String, android.content.ComponentName, android.os.Bundle) createAndInitializeUser()} and {@link android.app.admin.DevicePolicyManager#createUser(android.content.ComponentName, java.lang.String) createUser()} methods have been deprecated.
  • +
  • The {@code DevicePolicyManager.createAndInitializeUser()} and {@code DevicePolicyManager.createUser()} methods have been deprecated.
  • The {@link android.app.admin.DevicePolicyManager#setScreenCaptureDisabled(android.content.ComponentName, boolean) setScreenCaptureDisabled()} method now also blocks the assist structure when an app of the given user is in the foreground.
  • {@link android.app.admin.DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM}