Merge "Include phoneId as extra when subId is not available."

am: 7299401e81

Change-Id: I4720e56a5462a67111e2e40bc6ece7872b63d633
This commit is contained in:
Amit Mahajan
2019-02-07 16:13:37 -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);
}
}