Merge "Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically)" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
22af594c04
@@ -162,7 +162,7 @@ public class StorageVolumePreferenceCategory extends PreferenceCategory implemen
|
||||
mResources = resources;
|
||||
mStorageVolume = storageVolume;
|
||||
mStorageManager = storageManager;
|
||||
setTitle(storageVolume != null ? storageVolume.getDescription()
|
||||
setTitle(storageVolume != null ? storageVolume.getDescription(context)
|
||||
: resources.getText(R.string.internal_storage));
|
||||
mMeasurement = StorageMeasurement.getInstance(context, storageVolume, isPrimary);
|
||||
mMeasurement.setReceiver(this);
|
||||
|
Reference in New Issue
Block a user