Loading services/core/java/com/android/server/pm/InstallPackageHelper.java +2 −1 Original line number Diff line number Diff line Loading @@ -3311,7 +3311,8 @@ final class InstallPackageHelper { if (disabledPs == null) { logCriticalInfo(Log.WARN, "System package " + packageName + " no longer exists; its data will be wiped"); mRemovePackageHelper.removePackageData(ps, userIds, null, 0, false); mInjector.getHandler().post( () -> mRemovePackageHelper.removePackageData(ps, userIds, null, 0, false)); } else { // we still have a disabled system package, but, it still might have // been removed. check the code path still exists and check there's Loading Loading
services/core/java/com/android/server/pm/InstallPackageHelper.java +2 −1 Original line number Diff line number Diff line Loading @@ -3311,7 +3311,8 @@ final class InstallPackageHelper { if (disabledPs == null) { logCriticalInfo(Log.WARN, "System package " + packageName + " no longer exists; its data will be wiped"); mRemovePackageHelper.removePackageData(ps, userIds, null, 0, false); mInjector.getHandler().post( () -> mRemovePackageHelper.removePackageData(ps, userIds, null, 0, false)); } else { // we still have a disabled system package, but, it still might have // been removed. check the code path still exists and check there's Loading