Loading services/core/java/com/android/server/pm/InstallPackageHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -3546,6 +3546,7 @@ final class InstallPackageHelper { + " no longer exists; its data will be wiped"); mInjector.getHandler().post( () -> mRemovePackageHelper.removePackageData(ps, userIds, null, 0, false)); expectingBetter.put(ps.getPackageName(), ps.getPath()); } 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 +1 −0 Original line number Diff line number Diff line Loading @@ -3546,6 +3546,7 @@ final class InstallPackageHelper { + " no longer exists; its data will be wiped"); mInjector.getHandler().post( () -> mRemovePackageHelper.removePackageData(ps, userIds, null, 0, false)); expectingBetter.put(ps.getPackageName(), ps.getPath()); } 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