commit | c4d6e387984e09e86a58e6485555a2d651f0481f | [log] [tgz] |
---|---|---|
author | Jeff DeCew <jeffdq@google.com> | Wed May 06 16:16:42 2020 -0400 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Jun 10 00:36:04 2020 +0000 |
tree | 15ba4073f3ff0dc351f835d5aa95f15935f0c532 | |
parent | e183ab7e5a865ff1051505085b617f4f3ad4c049 [diff] |
Make implicit intent immutable. (cherry picked from commit e42611f83cc72d22ed99fe3a8b79386d76ae5fa6) Test: make Fix: 154627439 Change-Id: Ifee830595bb145aede4dad1d9e42a20e54b6be66 Merged-In: Ifee830595bb145aede4dad1d9e42a20e54b6be66 (cherry picked from commit 7aae8cce330cb9b8ebca7b68da3abcd8e2d5a272)
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java index 3886f62..ffe51ca 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/InstantAppNotifier.java
@@ -282,7 +282,7 @@ mContext, 0, new Intent(Intent.ACTION_VIEW).setData(Uri.parse(helpUrl)), - 0, + PendingIntent.FLAG_IMMUTABLE, null, user) : null;