Merge "Lower case the first letter of storage type." into oc-dev
am: 4c52af621a
Change-Id: Ie1aa5e25f13e9d906a3c7c88c8fed60626e88ffe
This commit is contained in:
@@ -718,7 +718,7 @@ public class InstalledAppDetails extends AppInfoBase
|
||||
? R.string.storage_type_external
|
||||
: R.string.storage_type_internal);
|
||||
return context.getString(R.string.storage_summary_format,
|
||||
getSize(context, stats), storageType);
|
||||
getSize(context, stats), storageType.toString().toLowerCase());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user