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

Commit 479228cc authored by Himanshu Gupta's avatar Himanshu Gupta Committed by Android (Google) Code Review
Browse files

Merge "Preventing Intent Expiration for App Market Intent" into main

parents 84045971 df15018f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1680,9 +1680,8 @@ public class LauncherAppsService extends SystemService {
                            mContext,
                            /* requestCode */ 0,
                            intent,
                            PendingIntent.FLAG_ONE_SHOT
                                    | PendingIntent.FLAG_IMMUTABLE
                                    | PendingIntent.FLAG_CANCEL_CURRENT,
                            PendingIntent.FLAG_IMMUTABLE
                                    | FLAG_UPDATE_CURRENT,
                            /* options */ null,
                            user);
            return pi == null ? null : pi.getIntentSender();