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

Commit 426a0637 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Make implicit intent immutable." into rvc-dev am: 69804835 am: b29d19a4 am: c0fcce78

Change-Id: I73422ef0ad63e8d82287b353f1c5977f6fde93bc
parents a6a8b1bd c0fcce78
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;