Merge "Add missing return statement" into mnc-dev

This commit is contained in:
Benjamin Franz
2015-07-31 08:22:53 +00:00
committed by Android (Google) Code Review

View File

@@ -9601,6 +9601,7 @@ public class PackageManagerService extends IPackageManager.Stub {
killApplication(packageName, UserHandle.getUid(userId, pkgSetting.appId),
"hiding pkg");
sendApplicationHiddenForUser(packageName, pkgSetting, userId);
return true;
}
} finally {
Binder.restoreCallingIdentity(callingId);