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

Commit 40a4f4a6 authored by Bryce Lee's avatar Bryce Lee
Browse files

Implement isScreenBrightnessBoosted in BridgePowerManager.

Change-Id: I7da132c7522e5c352e14123f059b900008d94c95
parent c831b978
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -145,4 +145,9 @@ public class BridgePowerManager implements IPowerManager {
    public void boostScreenBrightness(long time) throws RemoteException {
        // pass for now.
    }

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