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

Commit 5bd2f652 authored by Ryan Savitski's avatar Ryan Savitski Committed by Automerger Merge Worker
Browse files

Set FLAG_IMMUTABLE flag on FirstScreenBroadcast PendingIntent. am: 5af0edef

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14936971

Change-Id: I4259af112c4c59f4537fe785982369b9937525bd
parents 55e7fc68 5af0edef
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -15,19 +15,10 @@
 */
package com.android.launcher3.model;

<<<<<<< TARGET BRANCH (878601 Block recent work profile apps content capture)
import static android.os.Process.myUserHandle;
=======
import static android.app.PendingIntent.FLAG_IMMUTABLE;
import static android.app.PendingIntent.FLAG_ONE_SHOT;
import static android.os.Process.myUserHandle;

import static com.android.launcher3.pm.InstallSessionHelper.getUserHandle;

import static java.util.stream.Collectors.groupingBy;
import static java.util.stream.Collectors.mapping;
>>>>>>> SOURCE BRANCH (578578 Set FLAG_IMMUTABLE flag on FirstScreenBroadcast PendingInten)

import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;