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

Commit 723c206d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Applies INSTALL_REPLACE_EXISTING outside of while loop" into qt-dev

parents 0fbcf57e dcf19166
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2496,10 +2496,10 @@ class PackageManagerShellCommand extends ShellCommand {
                default:
                    throw new IllegalArgumentException("Unknown option " + opt);
            }
        }
        if (replaceExisting) {
            sessionParams.installFlags |= PackageManager.INSTALL_REPLACE_EXISTING;
        }
        }
        return params;
    }