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

Commit c6d72c46 authored by Bryce Lee's avatar Bryce Lee Committed by Android Git Automerger
Browse files

am a6045ec8: am 40a4f4a6: Implement isScreenBrightnessBoosted in BridgePowerManager.

* commit 'a6045ec8':
  Implement isScreenBrightnessBoosted in BridgePowerManager.
parents 485c25ba a6045ec8
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -145,4 +145,9 @@ public class BridgePowerManager implements IPowerManager {
    public void boostScreenBrightness(long time) throws RemoteException {
    public void boostScreenBrightness(long time) throws RemoteException {
        // pass for now.
        // pass for now.
    }
    }

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