Merge "Make implicit intent immutable." into rvc-dev

This commit is contained in:
Jeff DeCew
2020-05-07 20:20:32 +00:00
committed by Android (Google) Code Review

View File

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