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

Commit cb52cb52 authored by Jim Miller's avatar Jim Miller
Browse files

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
parent bde25c20
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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()
         */