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

This commit is contained in:
Amit Mahajan
2019-02-07 23:53:18 +00:00
committed by Gerrit Code Review

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);
}
}