[DO NOT MERGE] Make screenshot error notification PendingIntent immutable am: 1eecc874b6
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13519315 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I58a4ced63c067522eed4015eaef82e155ca2e119
This commit is contained in:
@@ -252,7 +252,7 @@ public class ScreenshotNotificationsController {
|
|||||||
dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE);
|
dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE);
|
||||||
if (intent != null) {
|
if (intent != null) {
|
||||||
final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(
|
final PendingIntent pendingIntent = PendingIntent.getActivityAsUser(
|
||||||
mContext, 0, intent, 0, null, UserHandle.CURRENT);
|
mContext, 0, intent, PendingIntent.FLAG_IMMUTABLE, null, UserHandle.CURRENT);
|
||||||
b.setContentIntent(pendingIntent);
|
b.setContentIntent(pendingIntent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user