Merge "Fix system server crash during sendMyPackageSuspendedOrUnsuspended()"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e63472b52f
@@ -13939,7 +13939,7 @@ public class PackageManagerService extends IPackageManager.Stub
|
||||
synchronized (mLock) {
|
||||
final PackageSetting ps = mSettings.mPackages.get(packageName);
|
||||
if (ps == null) {
|
||||
throw new IllegalArgumentException("Unknown target package: " + packageName);
|
||||
return null;
|
||||
}
|
||||
final PackageUserState pus = ps.readUserState(userId);
|
||||
final Bundle allExtras = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user