Merge "Include phoneId as extra when subId is not available." am: 7299401e81

am: 03bc1f9b3a

Change-Id: I967df310fe65a355a6ed79b8464b34981614efbf
This commit is contained in:
Amit Mahajan
2019-02-07 16:22:22 -08:00
committed by android-build-merger

View File

@@ -2048,6 +2048,8 @@ public class SubscriptionManager {
putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]);
} else {
logd("putPhoneIdAndSubIdExtra: no valid subs");
intent.putExtra(PhoneConstants.PHONE_KEY, phoneId);
intent.putExtra(PhoneConstants.SLOT_KEY, phoneId);
}
}