Merge "Include phoneId as extra when subId is not available."
am: 7299401e81
Change-Id: I4720e56a5462a67111e2e40bc6ece7872b63d633
This commit is contained in:
@@ -2048,6 +2048,8 @@ public class SubscriptionManager {
|
|||||||
putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]);
|
putPhoneIdAndSubIdExtra(intent, phoneId, subIds[0]);
|
||||||
} else {
|
} else {
|
||||||
logd("putPhoneIdAndSubIdExtra: no valid subs");
|
logd("putPhoneIdAndSubIdExtra: no valid subs");
|
||||||
|
intent.putExtra(PhoneConstants.PHONE_KEY, phoneId);
|
||||||
|
intent.putExtra(PhoneConstants.SLOT_KEY, phoneId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user