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

Commit 02e931ba authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [2310351, 2310460, 2310353, 2310371, 2310424, 2310273] into oc-release

Change-Id: If80b445694db4529eaec951413c43157c9acfe35
parents b08936af 0e9fd4a5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -189,6 +189,9 @@ public class RespondViaSmsManager extends CallsManagerListenerBase {
                if (SubscriptionManager.isValidSubscriptionId(subId)) {
                    intent.putExtra(PhoneConstants.SUBSCRIPTION_KEY, subId);
                }
                // Wakeup apps for the broadcast.
                // TODO: Use SmsManager instead of an intent.
                intent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);

                SomeArgs args = SomeArgs.obtain();
                args.arg1 = phoneNumber;