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

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

Fix build.

Change-Id: Ib165c32d1d87e971902b4dd7300ccebd65e71a7d
parent 1d4247c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ public class BridgePowerManager implements IPowerManager {
    }

    @Override
    public void wakeUp(long time) throws RemoteException {
    public void wakeUp(long time, String reason, String opPackageName) throws RemoteException {
        // pass for now.
    }