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

Commit 5f11a1af authored by Bryce Lee's avatar Bryce Lee
Browse files

add correct exception throw declaration to isScreenBrightnessBoosted.

Change-Id: I9b861002d7719ad43643d68f6795df6938bd0fc3
parent 40a4f4a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ public class BridgePowerManager implements IPowerManager {
    }

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