Merge "[Settings] Make UI be able to update current status, after SIM absent." into sc-dev am: f5a55229fa

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15151685

Change-Id: Ie5748b5a7829dc2bb2b86954c3815a03badc120e
This commit is contained in:
Tom Hsu
2021-07-01 08:33:39 +00:00
committed by Automerger Merge Worker

View File

@@ -80,8 +80,7 @@ public class ProviderModelSliceHelper {
public boolean hasCarrier() {
if (isAirplaneModeEnabled()
|| mSubscriptionManager == null || mTelephonyManager == null
|| mSubscriptionManager.getDefaultDataSubscriptionId()
== mSubscriptionManager.INVALID_SUBSCRIPTION_ID) {
|| mSubscriptionManager.getActiveSubscriptionIdList().length <= 0) {
return false;
}
return true;