Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +5 −0 Original line number Diff line number Diff line Loading @@ -773,6 +773,11 @@ public class KeyguardViewMediator extends SystemUI { synchronized (this) { if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); if (isSecure()) { Log.d(TAG, "current mode is SecurityMode, ignore hide keyguard"); return; } mExternallyEnabled = enabled; if (!enabled && mShowing) { Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +5 −0 Original line number Diff line number Diff line Loading @@ -773,6 +773,11 @@ public class KeyguardViewMediator extends SystemUI { synchronized (this) { if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); if (isSecure()) { Log.d(TAG, "current mode is SecurityMode, ignore hide keyguard"); return; } mExternallyEnabled = enabled; if (!enabled && mShowing) { Loading