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

Skip to content
Commit 6761a39c authored by Songchun Fan's avatar Songchun Fan
Browse files

[pm] remove mRemovedAppId in PackageRemovedInfo

This CL should be a no-op.

This field is only used to indicate whether we should send
Intent.ACTION_UID_REMOVED broadcast. Its name is confusing and can lead
to misusages where the appId is sent when the UID is supposed to be sent.

Delete this field and replace it with a boolean. Make sure mUid is set
properly which will be used for broadcasts.

BUG: 314207341
Test: atest CtsPackageManagerTest
Test: atest android.content.pm.cts.PackageManagerShellCommandMultiUserTest#testPackageRemovedBroadcastsMultiUser

Change-Id: I63483028d76a7c0a29caff82232b4cd413c10365
parent a13d4326
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment