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() {
|
public boolean isKeyguardLocked() {
|
||||||
try {
|
try {
|
||||||
return mWM.isKeyguardSecure();
|
return mWM.isKeyguardLocked();
|
||||||
} catch (RemoteException ex) {
|
} catch (RemoteException ex) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user