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

Commit 752cb249 authored by David Su's avatar David Su
Browse files

RESTRICT AUTOMERGE Implement sendBroadcastAsUserMultiplePermissions in BridgeContext.

sendBroadcastAsUserMultiplePermissions was added to Context.java.
Implementing in BridgeContext.

Fix oc-dev since BridgeContext is in frameworks/base/tools/layoutlib,
whereas in later branches the file is in frameworks/layoutlib

Test: Compile / build (actual usage is documented in other bugs)
Bug: 159373687
Change-Id: I8715b6fce7039268eb29914cb15f68ab922f4d3f
Merged-In: I857ea00cc58a0abbb77960643f361dd6dd9c8b56
parent d1bcf628
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1676,6 +1676,13 @@ public class BridgeContext extends Context {

    }

    @Override
    public void sendBroadcastAsUserMultiplePermissions(Intent intent, UserHandle user,
            String[] receiverPermissions) {
        // pass

    }

    @Override
    public void sendBroadcast(Intent arg0, String arg1, Bundle arg2) {
        // pass