From cb52cb52253c3832ccc7f5f1dbb4d8a0bd8178c0 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 7 Jun 2010 21:19:16 -0700 Subject: Fix SDK build. On branch fix_sdk Changes to be committed: (use "git reset HEAD ..." to unstage) modified: core/java/android/app/KeyguardManager.java Change-Id: I56848db098822536f0ac32efc8f0eb1d725bf6f9 --- core/java/android/app/KeyguardManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core') diff --git a/core/java/android/app/KeyguardManager.java b/core/java/android/app/KeyguardManager.java index 34a43bf..e3d8e20 100644 --- a/core/java/android/app/KeyguardManager.java +++ b/core/java/android/app/KeyguardManager.java @@ -53,8 +53,8 @@ public class KeyguardManager { * * A good place to call this is from {@link android.app.Activity#onResume()} * - * Note: This call has no effect while any {@link DevicePolicyManager} is enabled - * that requires a password. + * Note: This call has no effect while any {@link android.app.admin.DevicePolicyManager} + * is enabled that requires a password. * * @see #reenableKeyguard() */ @@ -71,8 +71,8 @@ public class KeyguardManager { * * A good place to call this is from {@link android.app.Activity#onPause()} * - * Note: This call has no effect while any {@link DevicePolicyManager} is enabled - * that requires a password. + * Note: This call has no effect while any {@link android.app.admin.DevicePolicyManager} + * is enabled that requires a password. * * @see #disableKeyguard() */ -- cgit v1.1