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

Commit cffef341 authored by Bryce Lee's avatar Bryce Lee Committed by Todd Kennedy
Browse files

Implement isScreenBrightnessBoosted in BridgePowerManager.

Change-Id: I7da132c7522e5c352e14123f059b900008d94c95
(cherry picked from commit 40a4f4a6)
parent be22970d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -150,4 +150,9 @@ public class BridgePowerManager implements IPowerManager {
    public boolean isDeviceIdleMode() throws RemoteException {
        return false;
    }

    @Override
    public boolean isScreenBrightnessBoosted() throws RemoteException {
        return false;
    }
}