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

Commit 51edde2c authored by Miranda Kephart's avatar Miranda Kephart Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Make screenshot error notification PendingIntent immutable am: 87adff69

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13519314

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I099125bcee80fb668c0f4a222247b318c699cb38
parents 4bd0ba09 87adff69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ public class ScreenshotNotificationsController {
                dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE);
        if (intent != null) {
            final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(
                    mContext, 0, intent, 0, null, UserHandle.CURRENT);
                    mContext, 0, intent, PendingIntent.FLAG_IMMUTABLE, null, UserHandle.CURRENT);
            b.setContentIntent(pendingIntent);
        }