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

Commit f039e9f0 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: I8364c8108d35be01f2c695c910b88e37d10a5504
parents 7e61c246 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;
    }