Merge "Make implicit intent immutable." into rvc-dev am: 6980483555 am: b29d19a488 am: c0fcce7814

Change-Id: I73422ef0ad63e8d82287b353f1c5977f6fde93bc
This commit is contained in:
Jeff DeCew
2020-05-07 21:01:31 +00:00
committed by Automerger Merge Worker

View File

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