commit | 503bc8d43215252291ff58a197fe09650e9fb9ca | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Wed Jun 30 01:08:11 2021 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Wed Jun 30 01:08:11 2021 +0000 |
tree | eb245a3f4bd1ee407d13573318e21184366c3f71 | |
parent | 62800f2a4803b4ebbdc31d8007c7e3c6457a881c [diff] | |
parent | 6f7d23a5039e20e13180a6dc0f1bcfb8fd76b8b7 [diff] |
Snap for 7506386 from 6f7d23a5039e20e13180a6dc0f1bcfb8fd76b8b7 to sc-d1-release Change-Id: I0417bc300ebb0e84482b0934068b2a5c1ad2230a
diff --git a/src/com/android/car/systemupdater/UpdateLayoutFragment.java b/src/com/android/car/systemupdater/UpdateLayoutFragment.java index ff56371..0ba5b90 100644 --- a/src/com/android/car/systemupdater/UpdateLayoutFragment.java +++ b/src/com/android/car/systemupdater/UpdateLayoutFragment.java
@@ -279,7 +279,7 @@ context, /* requestCode= */ 0, intent, - PendingIntent.FLAG_UPDATE_CURRENT); + PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_UPDATE_CURRENT); return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID) .setVisibility(Notification.VISIBILITY_PUBLIC)