Merge "Make implicit intent immutable." into rvc-dev am: 6980483555 am: b29d19a488
Change-Id: Ia049ef0aa8cd9fa720e9899d923d7f09c445e03e
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