Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +7 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,13 @@ public class ServiceStateTracker extends Handler { mPhone.notifyPhoneStateChanged(); mPhone.notifyCallForwardingIndicator(); if (!SubscriptionManager.isValidSubscriptionId( ServiceStateTracker.this.mPrevSubId)) { // just went from invalid to valid subId, so notify with current service // state in case our service stat was never broadcasted (we don't notify // service states when the subId is invalid) mPhone.notifyServiceStateChanged(mSS); } boolean restoreSelection = !context.getResources().getBoolean( com.android.internal.R.bool.skip_restoring_network_selection); Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +7 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,13 @@ public class ServiceStateTracker extends Handler { mPhone.notifyPhoneStateChanged(); mPhone.notifyCallForwardingIndicator(); if (!SubscriptionManager.isValidSubscriptionId( ServiceStateTracker.this.mPrevSubId)) { // just went from invalid to valid subId, so notify with current service // state in case our service stat was never broadcasted (we don't notify // service states when the subId is invalid) mPhone.notifyServiceStateChanged(mSS); } boolean restoreSelection = !context.getResources().getBoolean( com.android.internal.R.bool.skip_restoring_network_selection); Loading