Loading
[audio] Don't filter package intents by extras
For maintaining UID/package correspondences in audioserver, don't filter package intents by replacing/archiving, since installing an app as archived will have archiving set to true and un-archiving a package will have replacing set to true, leading to a failure to add the package. This changes the behavior to: whenever a package is added, including if it is added as archived, dispatch the package added callback. Since we aren't removing packages on removal, and it doesn't matter if we keep track of an archived package before it is actually added, this works for our purposes. Fixes: 410883334 Test: compiles Flag: EXEMPT bugfix Change-Id: I81a1b372e23fd3fef80c66bfe4aa19be7b837d59