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

Commit 52fba38f authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix build.

Change-Id: I15592889b8679d946e402dcfdeb124df349cbd4d
parent 7d69e8bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1181,9 +1181,9 @@ public class Am {
    private class IntentReceiver extends IIntentReceiver.Stub {
        private boolean mFinished = false;

        public synchronized void performReceive(
                Intent intent, int rc, String data, Bundle ext, boolean ord,
                boolean sticky) {
        @Override
        public void performReceive(Intent intent, int resultCode, String data, Bundle extras,
                boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
            String line = "Broadcast completed: result=" + rc;
            if (data != null) line = line + ", data=\"" + data + "\"";
            if (ext != null) line = line + ", extras: " + ext;