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

Commit 979f9657 authored by Chad Brubaker's avatar Chad Brubaker Committed by Android (Google) Code Review
Browse files

Merge "Add missing sendBroadcastAsUser to BridgeContext"

parents de73bcf3 c7d6470f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1657,6 +1657,12 @@ public final class BridgeContext extends Context {
        // pass
    }

    @Override
    public void sendBroadcastAsUser(Intent intent, UserHandle user,
            String receiverPermission, Bundle options) {
        // pass
    }

    public void sendBroadcastAsUser(Intent intent, UserHandle user,
            String receiverPermission, int appOp) {
        // pass