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

Commit d25326ec authored by Chun-Wei Wang's avatar Chun-Wei Wang Committed by Android (Google) Code Review
Browse files

Merge "Don't validate a finished session"

parents 399338b3 9b564ac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2228,7 +2228,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
                final PackageInstallerSession root = hasParentSessionId()
                        ? allSessions.get(getParentSessionId())
                        : this;
                if (root != null) {
                if (root != null && !root.isStagedAndInTerminalState()) {
                    if (isApexSession()) {
                        validateApexInstallLocked();
                    } else {