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

Commit a32b5c9d 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:...

Merge "Applies INSTALL_REPLACE_EXISTING outside of while loop" into qt-dev am: 723c206d am: 1b9f1400
am: c8d5b965

Change-Id: I50ed1b822c2265910b606c87a0a239fc85d63458
parents 3bcc5b5a c8d5b965
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;
    }