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

Commit 81c7a18d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Correct user sending of RECEIVE_SMS broadcast" into main

parents 31b5ddc6 0e67afba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1486,7 +1486,7 @@ public abstract class InboundSmsHandler extends StateMachine {
                }
                // Only pass in the resultReceiver when the MAIN user is processed.
                sendBroadcast(intent, permission, appOp, opts,
                        isMainUser(users[i]) ? resultReceiver : null, user);
                        isMainUser(users[i]) ? resultReceiver : null, targetUser);
            }
        } else {
            resultReceiver.setWaitingForIntent(intent);