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

Commit 1cb137fc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Override updateBlockedUids method"

parents 284342e0 b0f69526
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 wakeUp(long time) throws RemoteException {
        // pass for now.
    }

    @Override
    public void updateBlockedUids(int uid, boolean isBlocked) {
        // pass for now.
    }
}