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

Commit 7bff97ea authored by Peter Wang's avatar Peter Wang Committed by Android (Google) Code Review
Browse files

Merge "Make EuiccController's resolution intent FLAG_MUTABLE" into sc-dev

parents 5a27a4c6 21ed6463
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1293,7 +1293,10 @@ public class EuiccController extends IEuiccController.Stub {
                confirmationCodeRetried);
        intent.putExtra(EXTRA_OPERATION, op);
        PendingIntent resolutionIntent = PendingIntent.getActivity(
                mContext, 0 /* requestCode */, intent, PendingIntent.FLAG_ONE_SHOT);
                mContext,
                0 /* requestCode */,
                intent,
                PendingIntent.FLAG_ONE_SHOT | PendingIntent.FLAG_MUTABLE);
        extrasIntent.putExtra(
                EuiccManager.EXTRA_EMBEDDED_SUBSCRIPTION_RESOLUTION_INTENT, resolutionIntent);
    }