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

Commit e4df25ed authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix build.

Change-Id: Ib0b9ffb9cbf53df3d76b8de6619d09ba18b4d345
parent 2bf51f47
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 isDeviceIdleMode() throws RemoteException {
        return false;
    }
}