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

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

Merge "Always enable DPMS lock check" into qt-dev

parents 5a9e4ba9 a883567c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -546,9 +546,7 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
    private DevicePolicyConstants mConstants;
    private static boolean ENABLE_LOCK_GUARD = Build.IS_ENG
            || true // STOPSHIP Remove it.
            || (SystemProperties.getInt("debug.dpm.lock_guard", 0) == 1);
    private static final boolean ENABLE_LOCK_GUARD = true;
    interface Stats {
        int LOCK_GUARD_GUARD = 0;