am 69e19ae1: DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
* commit '69e19ae15baa5785667dbf45c7a2d508e429099b': DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
This commit is contained in:
@@ -127,7 +127,7 @@ public class KeyguardManager {
|
||||
*/
|
||||
public boolean isKeyguardLocked() {
|
||||
try {
|
||||
return mWM.isKeyguardSecure();
|
||||
return mWM.isKeyguardLocked();
|
||||
} catch (RemoteException ex) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user