Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 483abe2d authored by Trevor Johns's avatar Trevor Johns
Browse files

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
parent 682c24e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}