From 25660ec2c8175559d86d50bc2bfdef29589d0813 Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Wed, 12 Aug 2009 22:40:37 -0700 Subject: [PATCH] Unbreak the sdk build. I didn't break it, so if this doesn't fix it, somebody else should give it a shot. --- core/java/android/content/pm/PackageManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index 3a178a1d3c21e..fca005cb039da 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -882,8 +882,8 @@ public abstract class PackageManager { * available. It is functionally identical to determining the package * associated with the UIDs and checking their signatures. * - * @param pkg1 First UID whose signature will be compared. - * @param pkg2 Second UID whose signature will be compared. + * @param uid1 First UID whose signature will be compared. + * @param uid2 Second UID whose signature will be compared. * @return Returns an integer indicating whether there is a matching * signature: the value is >= 0 if there is a match (or neither package * is signed), or < 0 if there is not a match. The match result can be