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

Commit c7d6470f authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Add missing sendBroadcastAsUser to BridgeContext

Change-Id: I843c4a97e07c955d5f588448ec1c147f4634117f
parent f901bed0
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