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

Commit c2409526 authored by Shuo Qian's avatar Shuo Qian Committed by Automerger Merge Worker
Browse files

Use FLAG_IMMUTABLE for MultiSimSettingController am: 3ca581c7 am: cf1300b5...

Use FLAG_IMMUTABLE for MultiSimSettingController am: 3ca581c7 am: cf1300b5 am: e582aafe am: 6aa70cd9

Change-Id: Id73a0bf39a2ffc4d040829ee321dadac3b3f6ccd
parents 83c2d922 6aa70cd9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -823,7 +823,8 @@ public class MultiSimSettingController extends Handler {
            EuiccManager euiccManager = (EuiccManager)
                    mContext.getSystemService(Context.EUICC_SERVICE);
            euiccManager.switchToSubscription(SubscriptionManager.INVALID_SUBSCRIPTION_ID,
                    PendingIntent.getService(mContext, 0, new Intent(), 0));
                    PendingIntent.getService(
                            mContext, 0, new Intent(), PendingIntent.FLAG_IMMUTABLE));
        }
    }