Loading services/java/com/android/server/PackageManagerService.java +0 −3 Original line number Diff line number Diff line Loading @@ -5156,9 +5156,6 @@ class PackageManagerService extends IPackageManager.Stub { // we don't consider this to be a failure of the core package deletion } } if (libraryPath != null) { NativeLibraryHelper.removeNativeBinariesLI(libraryPath); } } private boolean setPermissions() { Loading Loading
services/java/com/android/server/PackageManagerService.java +0 −3 Original line number Diff line number Diff line Loading @@ -5156,9 +5156,6 @@ class PackageManagerService extends IPackageManager.Stub { // we don't consider this to be a failure of the core package deletion } } if (libraryPath != null) { NativeLibraryHelper.removeNativeBinariesLI(libraryPath); } } private boolean setPermissions() { Loading