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

Commit 97d66629 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix dup putPhoneIdAndSubIdExtra() for WAP PUSH" am: 23a3f977

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1318294

Change-Id: Ieb6df3360590ecb064c302b05ccf93778eb97308
parents 61263a70 23a3f977
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -427,7 +427,6 @@ public class WapPushOverSms implements ServiceConnection {
        intent.putExtra("header", result.header);
        intent.putExtra("data", result.intentData);
        intent.putExtra("contentTypeParameters", result.contentTypeParameters);
        SubscriptionManager.putPhoneIdAndSubIdExtra(intent, result.phoneId);
        if (!TextUtils.isEmpty(address)) {
            intent.putExtra("address", address);
        }