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

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

Merge "A overloaded API for downloadSubscription with portIndex for LPA"

parents d80339e8 84563774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -759,7 +759,7 @@ public class EuiccConnector extends StateMachine implements ServiceConnection {
                        }
                        case CMD_DOWNLOAD_SUBSCRIPTION: {
                            DownloadRequest request = (DownloadRequest) message.obj;
                            mEuiccService.downloadSubscription(slotId,
                            mEuiccService.downloadSubscription(slotId, 0,
                                    request.mSubscription,
                                    request.mSwitchAfterDownload,
                                    request.mForceDeactivateSim,