Make implicit intent immutable.

(cherry picked from commit e42611f83c)

Test: make
Fix: 154627439
Change-Id: Ifee830595bb145aede4dad1d9e42a20e54b6be66
Merged-In: Ifee830595bb145aede4dad1d9e42a20e54b6be66
This commit is contained in:
Jeff DeCew
2020-05-06 16:16:42 -04:00
parent c1f5869518
commit 7aae8cce33

View File

@@ -282,7 +282,7 @@ public class InstantAppNotifier extends SystemUI
mContext,
0,
new Intent(Intent.ACTION_VIEW).setData(Uri.parse(helpUrl)),
0,
PendingIntent.FLAG_IMMUTABLE,
null,
user)
: null;