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

Commit 0c920979 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Make biometric PendingIntent immutable"

parents f0385b0e 5b2cd89a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ public class MultiBiometricEnrollHelper {
                        mActivity.getIntent());
                fpIntent.putExtra(ChooseLockSettingsHelper.EXTRA_KEY_GK_PW_HANDLE, mGkPwHandle);
                final PendingIntent fpAfterFaceIntent = PendingIntent.getActivity(mActivity,
                        0 /* requestCode */, fpIntent, 0 /* flags */);
                        0 /* requestCode */, fpIntent, PendingIntent.FLAG_IMMUTABLE);
                faceIntent.putExtra(EXTRA_ENROLL_AFTER_FACE, fpAfterFaceIntent);
            }