Loading services/core/java/com/android/server/pm/PackageManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -2070,8 +2070,6 @@ public class PackageManagerService extends IPackageManager.Stub } } mPrepareAppDataFuture = mAppDataHelper.fixAppsDataOnBoot(); // If this is first boot after an OTA, and a normal boot, then // we need to clear code cache directories. // Note that we do *not* clear the application profiles. These remain valid Loading @@ -2092,6 +2090,9 @@ public class PackageManagerService extends IPackageManager.Stub ver.fingerprint = PackagePartitions.FINGERPRINT; } // Defer the app data fixup until we are done with app data clearing above. mPrepareAppDataFuture = mAppDataHelper.fixAppsDataOnBoot(); // Legacy existing (installed before Q) non-system apps to hide // their icons in launcher. if (!mOnlyCore && mIsPreQUpgrade) { Loading Loading
services/core/java/com/android/server/pm/PackageManagerService.java +3 −2 Original line number Diff line number Diff line Loading @@ -2070,8 +2070,6 @@ public class PackageManagerService extends IPackageManager.Stub } } mPrepareAppDataFuture = mAppDataHelper.fixAppsDataOnBoot(); // If this is first boot after an OTA, and a normal boot, then // we need to clear code cache directories. // Note that we do *not* clear the application profiles. These remain valid Loading @@ -2092,6 +2090,9 @@ public class PackageManagerService extends IPackageManager.Stub ver.fingerprint = PackagePartitions.FINGERPRINT; } // Defer the app data fixup until we are done with app data clearing above. mPrepareAppDataFuture = mAppDataHelper.fixAppsDataOnBoot(); // Legacy existing (installed before Q) non-system apps to hide // their icons in launcher. if (!mOnlyCore && mIsPreQUpgrade) { Loading