We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a762dfc + cdf932e commit 70bf7d2Copy full SHA for 70bf7d2
services/java/com/android/server/pm/PackageManagerService.java
@@ -6401,7 +6401,7 @@ public void handleStartCopy() throws RemoteException {
6401
* do, then we'll defer to them to verify the packages.
6402
*/
6403
final int requiredUid = mRequiredVerifierPackage == null ? -1
6404
- : getPackageUid(mRequiredVerifierPackage, 0);
+ : getPackageUid(mRequiredVerifierPackage, getUser().getIdentifier());
6405
if (requiredUid != -1 && isVerificationEnabled(flags)) {
6406
final Intent verification = new Intent(
6407
Intent.ACTION_PACKAGE_NEEDS_VERIFICATION);
0 commit comments