Skip to content

Commit cb52cb5

Browse files
author
Jim Miller
committed
Fix SDK build.
On branch fix_sdk Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: core/java/android/app/KeyguardManager.java Change-Id: I56848db098822536f0ac32efc8f0eb1d725bf6f9
1 parent bde25c2 commit cb52cb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/java/android/app/KeyguardManager.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ public class KeyguardLock {
5353
*
5454
* A good place to call this is from {@link android.app.Activity#onResume()}
5555
*
56-
* Note: This call has no effect while any {@link DevicePolicyManager} is enabled
57-
* that requires a password.
56+
* Note: This call has no effect while any {@link android.app.admin.DevicePolicyManager}
57+
* is enabled that requires a password.
5858
*
5959
* @see #reenableKeyguard()
6060
*/
@@ -71,8 +71,8 @@ public void disableKeyguard() {
7171
*
7272
* A good place to call this is from {@link android.app.Activity#onPause()}
7373
*
74-
* Note: This call has no effect while any {@link DevicePolicyManager} is enabled
75-
* that requires a password.
74+
* Note: This call has no effect while any {@link android.app.admin.DevicePolicyManager}
75+
* is enabled that requires a password.
7676
*
7777
* @see #disableKeyguard()
7878
*/

0 commit comments

Comments
 (0)