Loading services/core/java/com/android/server/StorageManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2191,7 +2191,7 @@ class StorageManagerService extends IStorageManager.Stub } try { mVold.fdeEnable(type, password, IVold.ENCRYPTION_FLAG_IN_PLACE); mVold.fdeEnable(type, password, 0); } catch (Exception e) { Slog.wtf(TAG, e); return -1; Loading Loading
services/core/java/com/android/server/StorageManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -2191,7 +2191,7 @@ class StorageManagerService extends IStorageManager.Stub } try { mVold.fdeEnable(type, password, IVold.ENCRYPTION_FLAG_IN_PLACE); mVold.fdeEnable(type, password, 0); } catch (Exception e) { Slog.wtf(TAG, e); return -1; Loading