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

Commit 5258eadf authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Don't send ACTION_UID_REMOVED when install-archived

Bug: 336452601
Test: atest PackageManagerTest#testInstallArchivedBroadcasts
Test: atest PackageManagerTest#testInstallArchivedApiBroadcasts
Change-Id: Id0cfaea268acf22872fbccf1b0ae9a2f3ddb45d1
parent 7948823e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2950,7 +2950,6 @@ final class InstallPackageHelper {
                info.mRemovedUsers = firstUserIds;
                info.mBroadcastUsers = firstUserIds;
                info.mUid = request.getAppId();
                info.mIsAppIdRemoved = true;
                info.mRemovedPackageVersionCode = request.getPkg().getLongVersionCode();
                info.mRemovedForAllUsers = true;