Merge "Make implicit intent immutable." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7974d15859
@@ -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