Merge "Add missing return statement" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d692fcf115
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user