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

Commit e42611f8 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Make implicit intent immutable.

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