OSDN Git Service

Remove links to createAndInitializeUser() and createUser()
authorTrevor Johns <trevorjohns@google.com>
Wed, 20 Apr 2016 00:01:12 +0000 (17:01 -0700)
committerTrevor Johns <trevorjohns@google.com>
Wed, 20 Apr 2016 00:01:12 +0000 (17:01 -0700)
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

index f998590..b44142e 100644 (file)
@@ -369,7 +369,7 @@ affect camera apps running on the primary user.</li>
     only affects notifications generated by applications in the managed profile.</li>
     </ul>
   </li>
-  <li>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.</li>
+  <li>The {@code DevicePolicyManager.createAndInitializeUser()} and {@code DevicePolicyManager.createUser()} methods have been deprecated.</li>
   <li>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. </li>
   <li>{@link android.app.admin.DevicePolicyManager#EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM}