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

Commit 1b9f1400 authored by Patrick Baumann's avatar Patrick Baumann Committed by android-build-merger
Browse files

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

am: 723c206d

Change-Id: I504af51812b37aac2d4498032fb526abd985ce04
parents ec7c76de 723c206d
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;
    }