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
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user