am 22af594c
: Merge "Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically)" into jb-dev
* commit '22af594c04045adbb9fe6a2cb7a69e40afd655b2': Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically)
This commit is contained in:
@@ -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