Make implicit intent immutable.
Test: make Fix: 154627439 Change-Id: Ifee830595bb145aede4dad1d9e42a20e54b6be66
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user