Loading services/java/com/android/server/pm/PackageManagerService.java +10 −8 Original line number Diff line number Diff line Loading @@ -8647,8 +8647,9 @@ public class PackageManagerService extends IPackageManager.Stub { mSettings.writeLPr(); } } // A user ID was deleted here. Go through all users and remove it from // KeyStore. if (outInfo != null) { // A user ID was deleted here. Go through all users and remove it // from KeyStore. final int appId = outInfo.removedAppId; if (appId != -1) { final KeyStore keyStore = KeyStore.getInstance(); Loading @@ -8659,6 +8660,7 @@ public class PackageManagerService extends IPackageManager.Stub { } } } } /* * Tries to delete system package. Loading Loading
services/java/com/android/server/pm/PackageManagerService.java +10 −8 Original line number Diff line number Diff line Loading @@ -8647,8 +8647,9 @@ public class PackageManagerService extends IPackageManager.Stub { mSettings.writeLPr(); } } // A user ID was deleted here. Go through all users and remove it from // KeyStore. if (outInfo != null) { // A user ID was deleted here. Go through all users and remove it // from KeyStore. final int appId = outInfo.removedAppId; if (appId != -1) { final KeyStore keyStore = KeyStore.getInstance(); Loading @@ -8659,6 +8660,7 @@ public class PackageManagerService extends IPackageManager.Stub { } } } } /* * Tries to delete system package. Loading