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

Commit 855aa45b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #35811414: Allow manifest receivers for ACTION_UID_REMOVED

Test: booted and ran.
Change-Id: Id972da711188177ca3ac38a22efa04c5901e7d47
parent 199426d1
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);
            }
        }