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

Commit 604de095 authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "[MEP] Update switchToSubscription API in KeyGuardEsimArea and...

Merge "[MEP] Update switchToSubscription API in KeyGuardEsimArea and MultiSimSettingController to switchToSubscription with port index API."
parents 5a6643ea 5e8a936c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -933,7 +933,7 @@ public class MultiSimSettingController extends Handler {
            EuiccManager euiccManager = (EuiccManager)
                    mContext.getSystemService(Context.EUICC_SERVICE);
            euiccManager.switchToSubscription(SubscriptionManager.INVALID_SUBSCRIPTION_ID,
                    PendingIntent.getService(
                    info.getPortIndex(), PendingIntent.getService(
                            mContext, 0, new Intent(), PendingIntent.FLAG_IMMUTABLE));
        }
    }