Fix build, incorrect link/see tags.

Change-Id: Ia1c13ddb198721234323f1944ea3537ea6f34820
This commit is contained in:
Wink Saville
2010-01-21 16:37:04 -08:00
parent 37f3ddb60b
commit aa6a2aad03

View File

@@ -77,10 +77,10 @@ public class DeviceAdmin extends BroadcastReceiver {
/**
* Action sent to a device administrator when the user has changed the
* password of their device. You can at this point check the characteristics
* of the new password with {@link DevicePolicyManager#getActivePasswordMode()
* of the new password with {@link DevicePolicyManager#getPasswordMode()
* DevicePolicyManager.getActivePasswordMode()} and
* {@link DevicePolicyManager#getActiveMinimumPasswordLength()
* DevicePolicyManager.getActiveMinimumPasswordLength()}. You will generally
* {@link DevicePolicyManager#getMinimumPasswordLength()
* DevicePolicyManager.getMinimumPasswordLength()}. You will generally
* handle this in {@link DeviceAdmin#onPasswordChanged(Context, Intent)}.
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)