am c220d8e5: Stop crypto UI from crashing during encryption automerge: 0e6178b automerge: e20dd30

automerge: 31deee5

* commit '31deee5e307c00245d0fc7fd09dfe299145e1e0c':
  Stop crypto UI from crashing during encryption
This commit is contained in:
Paul Lawrence
2014-10-24 21:30:13 +00:00
committed by android-build-merger

View File

@@ -826,7 +826,9 @@ class MountService extends IMountService.Stub
// On an encrypted device we can't see system properties yet, so pull
// the system locale out of the mount service.
copyLocaleFromMountService();
if ("".equals(SystemProperties.get("vold.encrypt_progress"))) {
copyLocaleFromMountService();
}
// Let package manager load internal ASECs.
mPms.scanAvailableAsecs();