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

This commit is contained in:
TreeHugger Robot
2020-06-02 04:40:43 +00:00
committed by Android (Google) Code Review

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;