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

Commit 6c07a4a2 authored by Rupesh Bansal's avatar Rupesh Bansal
Browse files

Enabling DisplayPowerController2 by default

Bug: 259621932
Test: Manual
Change-Id: I01dc5442cf229f12618dfee728813c0e5e08d6fc
parent 14fed442
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,