Merge "Do not populate SLOT_KEY with wrong slot info" into qt-dev

am: 5a3afc8ce7

Change-Id: I7bea85b6f657a24b7d8b4292f83ef2f27d79da1e
This commit is contained in:
Jordan Liu
2019-04-23 14:12:37 -07:00
committed by android-build-merger

View File

@@ -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);
}
/**