Stop crypto UI from crashing during encryption
Don't try to read crypto meta data during this time Bug: 18037893 Change-Id: I3628572b3b90e6fc0a7c71089b447fb0e5303ee9
This commit is contained in:
@@ -826,7 +826,9 @@ class MountService extends IMountService.Stub
|
|||||||
|
|
||||||
// On an encrypted device we can't see system properties yet, so pull
|
// On an encrypted device we can't see system properties yet, so pull
|
||||||
// the system locale out of the mount service.
|
// the system locale out of the mount service.
|
||||||
copyLocaleFromMountService();
|
if ("".equals(SystemProperties.get("vold.encrypt_progress"))) {
|
||||||
|
copyLocaleFromMountService();
|
||||||
|
}
|
||||||
|
|
||||||
// Let package manager load internal ASECs.
|
// Let package manager load internal ASECs.
|
||||||
mPms.scanAvailableAsecs();
|
mPms.scanAvailableAsecs();
|
||||||
|
|||||||
Reference in New Issue
Block a user