Removing static listeners from PackageInstallerCompat
Bug: 141376165 Change-Id: I2b49d53a05a04c622ed5a7b723109a6cc230d230
This commit is contained in:
@@ -374,7 +374,7 @@ public abstract class BaseIconCache {
|
||||
* Adds a default package entry in the cache. This entry is not persisted and will be removed
|
||||
* when the cache is flushed.
|
||||
*/
|
||||
public synchronized void cachePackageInstallInfo(String packageName, UserHandle user,
|
||||
protected synchronized void cachePackageInstallInfo(String packageName, UserHandle user,
|
||||
Bitmap icon, CharSequence title) {
|
||||
removeFromMemCacheLocked(packageName, user);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user