Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdf932e0 authored by rich cannings's avatar rich cannings
Browse files

Fix PackageInstaller displays with multi-user

With this fix, when all users cancel installing an app they were warned about,
then the "Installing..." screen disappears, as desired.

Bug: 7255231
Change-Id: I2475fa790a5d09abbf94411c696682502fb1e8df
parent 8bd206b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);