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

Commit 8b8c2bd0 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Enable auth on AOD2

Test: make
Fixes: 134781140
Change-Id: Ic9acec7121c3919a6f13719b6fd2db52cadf209a
parent 00da57f9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -3886,8 +3886,9 @@ public class StatusBar extends SystemUI implements DemoMode,
        private boolean mAnimateWakeup;
        private boolean mAnimateScreenOff;
        private boolean mIgnoreTouchWhilePulsing;
        private boolean mWakeLockScreenPerformsAuth = SystemProperties.getBoolean(
                "persist.sysui.wake_performs_auth", false);
        @VisibleForTesting
        boolean mWakeLockScreenPerformsAuth = SystemProperties.getBoolean(
                "persist.sysui.wake_performs_auth", true);

        @Override
        public String toString() {
+1 −0
Original line number Diff line number Diff line
@@ -824,6 +824,7 @@ public class StatusBarTest extends SysuiTestCase {
            mAutoHideController = autoHideController;
            mKeyguardUpdateMonitor = keyguardUpdateMonitor;
            mStatusBarWindow = statusBarWindow;
            mDozeServiceHost.mWakeLockScreenPerformsAuth = false;
        }

        private WakefulnessLifecycle createAwakeWakefulnessLifecycle() {