Merge "Make implicit intent immutable." into rvc-dev am: 6980483555 am: b29d19a488 am: c0fcce7814 am: 426a06379d
Change-Id: Icfb8a173c9846a986e344a1188758d10bcfb6028
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user