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

Commit 6efb436f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Always enable inversion lock check in DPMS"

parents fa9c672f 929b42e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -482,6 +482,7 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
    private final SetupContentObserver mSetupContentObserver;
    private static boolean ENABLE_LOCK_GUARD = Build.IS_ENG
            || true // STOPSHIP Remove it.
            || (SystemProperties.getInt("debug.dpm.lock_guard", 0) == 1);
    interface Stats {