Skip to content
Commit dd01ec61 authored by Jackal Guo's avatar Jackal Guo
Browse files

Remove orphaned cached result

PackageManagerService would parse all installed APKs info and cache
them, but only delete them when system update. As long as the APKs
keep updating without having system update, the older cached result
would eventually occupy more and more user space.

One way to mitigate this is removing the cached result when the APK
is updated or uninstalled.

Bug: 120608320
Test: Update/uninstall an APK, and check its cached result
Change-Id: I977a0923703bda6f145c9d240a1408f6f87c5625
parent 0f54ce6b
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