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

Commit 929b42e7 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Always enable inversion lock check in DPMS

Bug: 74553426
Test: boot
Change-Id: I4e970b37bc4c1c0939c3075d213d7e6834f8b05b
parent 822b6393
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 {