Merge "Skip from copying preopted files if device is undecrypted"

This commit is contained in:
Treehugger Robot
2018-07-27 01:00:00 +00:00
committed by Gerrit Code Review

View File

@@ -2550,7 +2550,7 @@ public class PackageManagerService extends IPackageManager.Stub
}
}
if (mFirstBoot) {
if (!mOnlyCore && mFirstBoot) {
requestCopyPreoptedFiles();
}