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

Commit 30d7c9f6 authored by Rupesh Bansal's avatar Rupesh Bansal Committed by Android (Google) Code Review
Browse files

Merge "Enabling DisplayPowerController2 by default"

parents 6fe293bb 6c07a4a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2644,7 +2644,7 @@ public final class DisplayManagerService extends SystemService {
        final DisplayPowerControllerInterface displayPowerController;

        if (DeviceConfig.getBoolean("display_manager",
                "use_newly_structured_display_power_controller", false)) {
                "use_newly_structured_display_power_controller", true)) {
            displayPowerController = new DisplayPowerController2(
                    mContext, /* injector= */ null, mDisplayPowerCallbacks, mPowerHandler,
                    mSensorManager, mDisplayBlanker, display, mBrightnessTracker, brightnessSetting,