Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38b0c82e authored by kun.tang's avatar kun.tang Committed by android-build-merger
Browse files

Merge "Restore saved network selection accordding to config.xml" am: 09422470 am: 7ee4fab3

am: f3c91f3b

Change-Id: I43933a1eb2a5f214d4eae4ad0f16da1368b4a7af
parents cac18f84 f3c91f3b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3319,7 +3319,9 @@ public abstract class Phone extends Handler implements PhoneInternalInterface {
        mRadioCapability.set(rc);

        if (SubscriptionManager.isValidSubscriptionId(getSubId())) {
            sendSubscriptionSettings(true);
            boolean restoreSelection = !mContext.getResources().getBoolean(
                    com.android.internal.R.bool.skip_restoring_network_selection);
            sendSubscriptionSettings(restoreSelection);
        }
    }