Loading services/core/java/com/android/server/pm/PackageManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -20029,7 +20029,7 @@ public class PackageManagerService extends IPackageManager.Stub // Queue up an async operation since the package deletion may take a little while. // Queue up an async operation since the package deletion may take a little while. mHandler.post(new Runnable() { mHandler.post(new Runnable() { public void run() { public void run() { final PackageSetting ps = (PackageSetting) pkg.mExtras; final PackageSetting ps = pkg == null ? null : (PackageSetting) pkg.mExtras; boolean doClearData = true; boolean doClearData = true; if (ps != null) { if (ps != null) { final boolean targetIsInstantApp = final boolean targetIsInstantApp = Loading
services/core/java/com/android/server/pm/PackageManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -20029,7 +20029,7 @@ public class PackageManagerService extends IPackageManager.Stub // Queue up an async operation since the package deletion may take a little while. // Queue up an async operation since the package deletion may take a little while. mHandler.post(new Runnable() { mHandler.post(new Runnable() { public void run() { public void run() { final PackageSetting ps = (PackageSetting) pkg.mExtras; final PackageSetting ps = pkg == null ? null : (PackageSetting) pkg.mExtras; boolean doClearData = true; boolean doClearData = true; if (ps != null) { if (ps != null) { final boolean targetIsInstantApp = final boolean targetIsInstantApp =