Storage correctly updates internal storage graph.
The estimated used size used to be displayed next to the actual applications' size. Change-Id: I9a9bf1faf638f8495507930e531ca4c851558f26
This commit is contained in:
@@ -549,7 +549,7 @@ public class StorageMeasurement {
|
||||
/**
|
||||
* TODO remove this method, only used because external SD Card needs a special treatment.
|
||||
*/
|
||||
boolean isPrimary() {
|
||||
return mIsPrimary;
|
||||
boolean isExternalSDCard() {
|
||||
return !mIsPrimary && !mIsInternal;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user