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