Loading src/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java +6 −2 Original line number Diff line number Diff line Loading @@ -304,8 +304,12 @@ public class CdmaServiceStateTracker extends ServiceStateTracker { if (DBG) log("Receive EVENT_RUIM_READY"); pollState(); boolean skipRestoringSelection = mPhone.getContext().getResources().getBoolean( com.android.internal.R.bool.skip_restoring_network_selection); if (!skipRestoringSelection) { // Only support automatic selection mode in CDMA. mPhone.setNetworkSelectionModeAutomatic(null); } mPhone.prepareEri(); break; Loading Loading
src/java/com/android/internal/telephony/cdma/CdmaServiceStateTracker.java +6 −2 Original line number Diff line number Diff line Loading @@ -304,8 +304,12 @@ public class CdmaServiceStateTracker extends ServiceStateTracker { if (DBG) log("Receive EVENT_RUIM_READY"); pollState(); boolean skipRestoringSelection = mPhone.getContext().getResources().getBoolean( com.android.internal.R.bool.skip_restoring_network_selection); if (!skipRestoringSelection) { // Only support automatic selection mode in CDMA. mPhone.setNetworkSelectionModeAutomatic(null); } mPhone.prepareEri(); break; Loading