diff options
| -rw-r--r-- | cmds/installd/InstalldNativeService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index 3041467f70..60c89a97b7 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp @@ -1698,7 +1698,7 @@ binder::Status InstalldNativeService::getExternalSize(const std::unique_ptr<std: collectQuotaStats(device, userId, appId, nullptr, &extStats); } } - appSize = extStats.dataSize + extStats.cacheSize; + appSize = extStats.dataSize; ATRACE_END(); } else { ATRACE_BEGIN("manual"); |