diff options
| author | 2019-04-24 23:04:25 +0000 | |
|---|---|---|
| committer | 2019-04-24 23:04:25 +0000 | |
| commit | b3fded4d17fcc04c639c599dd47f53e9d66c76e3 (patch) | |
| tree | 9576b51efdf5fc077480a12fb0552ebef369970a | |
| parent | 8442966df91c37e06fd48a2e8f01391d6a20c07e (diff) | |
| parent | dd50042fb8578350cf24aed0ae8b66720e1c14a5 (diff) | |
Merge "Do not populate SLOT_KEY with wrong slot info"
| -rw-r--r-- | telephony/java/android/telephony/SubscriptionManager.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/telephony/java/android/telephony/SubscriptionManager.java b/telephony/java/android/telephony/SubscriptionManager.java index 58c05aa3ccba..43acfdddf819 100644 --- a/telephony/java/android/telephony/SubscriptionManager.java +++ b/telephony/java/android/telephony/SubscriptionManager.java @@ -2065,7 +2065,6 @@ public class SubscriptionManager { } else { logd("putPhoneIdAndSubIdExtra: no valid subs"); intent.putExtra(PhoneConstants.PHONE_KEY, phoneId); - intent.putExtra(PhoneConstants.SLOT_KEY, phoneId); } } @@ -2076,9 +2075,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); } /** |