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

Commit bcc7cebc authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #35811414: Allow manifest receivers for ACTION_UID_REMOVED"

parents a5fefb2f 855aa45b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17912,7 +17912,8 @@ public class PackageManagerService extends IPackageManager.Stub
            }
            if (removedAppId >= 0) {
                packageSender.sendPackageBroadcast(Intent.ACTION_UID_REMOVED,
                    null, extras, 0, null, null, broadcastUsers);
                    null, extras, Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND,
                    null, null, broadcastUsers);
            }
        }