Merge "Make implicit intent immutable." into qt-dev am: 7974d15859
Original change: undetermined Change-Id: Ib354b4ae9eb8dfdabab1bfa28c19de22683676de
This commit is contained in:
@@ -282,7 +282,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;
|
||||||
|
|||||||
Reference in New Issue
Block a user