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

Commit 512a3756 authored by Jordan Liu's avatar Jordan Liu Committed by Android (Google) Code Review
Browse files

Merge "Do not populate SLOT_KEY with wrong slot info"

parents e2d210bc 21c3aeb4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2064,7 +2064,6 @@ public class SubscriptionManager {
        } else {
            logd("putPhoneIdAndSubIdExtra: no valid subs");
            intent.putExtra(PhoneConstants.PHONE_KEY, phoneId);
            intent.putExtra(PhoneConstants.SLOT_KEY, phoneId);
        }
    }

@@ -2075,9 +2074,6 @@ public class SubscriptionManager {
        intent.putExtra(PhoneConstants.SUBSCRIPTION_KEY, subId);
        intent.putExtra(EXTRA_SUBSCRIPTION_INDEX, subId);
        intent.putExtra(PhoneConstants.PHONE_KEY, phoneId);
        //FIXME this is using phoneId and slotIndex interchangeably
        //Eventually, this should be removed as it is not the slot id
        intent.putExtra(PhoneConstants.SLOT_KEY, phoneId);
    }

    /**