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

Commit b5758fb3 authored by Roman Birg's avatar Roman Birg
Browse files

Revert "third part apps can disable the secret lockscreen"

This issue was fixed with 5.1 and is no longer needed.

This reverts commit 672dca7f.

Change-Id: I9afd227b80c058ea22e44803c8410756e48ea3c2
parent 324beb3b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -827,10 +827,6 @@ public class KeyguardViewMediator extends SystemUI {
                // it to be enabled externally, unless the device policy manager says so.
                return;
            }
            if (isSecure()) {
                Log.d(TAG, "current mode is SecurityMode, ignore hide keyguard");
                return;
            }

            mExternallyEnabled = enabled;