Merge "Display OBB usage as part of app details" into honeycomb
This commit is contained in:
@@ -636,7 +636,8 @@ public class ApplicationsState {
|
|||||||
|
|
||||||
private long getTotalExternalSize(PackageStats ps) {
|
private long getTotalExternalSize(PackageStats ps) {
|
||||||
if (ps != null) {
|
if (ps != null) {
|
||||||
return ps.externalDataSize + ps.externalMediaSize + ps.externalCacheSize;
|
return ps.externalDataSize + ps.externalMediaSize + ps.externalCacheSize
|
||||||
|
+ ps.externalObbSize;
|
||||||
}
|
}
|
||||||
return SIZE_INVALID;
|
return SIZE_INVALID;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user