Merge "Fix PackageInstaller displays with multi-user" into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
70bf7d2f64
@@ -6401,7 +6401,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
* do, then we'll defer to them to verify the packages.
|
||||
*/
|
||||
final int requiredUid = mRequiredVerifierPackage == null ? -1
|
||||
: getPackageUid(mRequiredVerifierPackage, 0);
|
||||
: getPackageUid(mRequiredVerifierPackage, getUser().getIdentifier());
|
||||
if (requiredUid != -1 && isVerificationEnabled(flags)) {
|
||||
final Intent verification = new Intent(
|
||||
Intent.ACTION_PACKAGE_NEEDS_VERIFICATION);
|
||||
|
||||
Reference in New Issue
Block a user