Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7aae8cce authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Make implicit intent immutable.

(cherry picked from commit e42611f8)

Test: make
Fix: 154627439
Change-Id: Ifee830595bb145aede4dad1d9e42a20e54b6be66
Merged-In: Ifee830595bb145aede4dad1d9e42a20e54b6be66
parent c1f58695
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -282,7 +282,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;