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

Commit dfca28ba authored by Bhavya Sokke Mallikarjunappa's avatar Bhavya Sokke Mallikarjunappa Committed by Steve Kondik
Browse files

Override updateBlockedUids method

Override updateBlockedUids method in BridgePowermanager

Change-Id: I8533e55a41bf7a1b69a46277798735bf314d2ef3
parent 1ebad937
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -161,4 +161,8 @@ public class BridgePowerManager implements IPowerManager {
        // pass for now
    }

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