Fix issue #3124528: Mange applications is including cache files in storage size
Change-Id: If26aeaed7572354feca7b8e65b7451a024a10266
This commit is contained in:
@@ -585,7 +585,7 @@ public class ApplicationsState {
|
||||
|
||||
private long getTotalSize(PackageStats ps) {
|
||||
if (ps != null) {
|
||||
return ps.cacheSize+ps.codeSize+ps.dataSize;
|
||||
return ps.codeSize+ps.dataSize;
|
||||
}
|
||||
return SIZE_INVALID;
|
||||
}
|
||||
|
Reference in New Issue
Block a user