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

Commit df1e84e8 authored by Mateus Azis's avatar Mateus Azis Committed by Automerger Merge Worker
Browse files

Merge "Document the behavior of the --force-non-staged flag." am: 232000e8...

Merge "Document the behavior of the --force-non-staged flag." am: 232000e8 am: 4f23d7c1 am: 99bfe4ba

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2620101



Change-Id: I62bac637cecb03c562548925919401b22f72a66d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8bb9443f 99bfe4ba
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -4231,7 +4231,7 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("       [--preload] [--instant] [--full] [--dont-kill]");
        pw.println("       [--enable-rollback]");
        pw.println("       [--force-uuid internal|UUID] [--pkg PACKAGE] [-S BYTES]");
        pw.println("       [--apex] [--staged-ready-timeout TIMEOUT]");
        pw.println("       [--apex] [--force-non-staged] [--staged-ready-timeout TIMEOUT]");
        pw.println("       [PATH [SPLIT...]|-]");
        pw.println("    Install an application.  Must provide the apk data to install, either as");
        pw.println("    file path(s) or '-' to read from stdin.  Options are:");
@@ -4260,6 +4260,8 @@ class PackageManagerShellCommand extends ShellCommand {
        pw.println("      --update-ownership: request the update ownership enforcement");
        pw.println("      --force-uuid: force install on to disk volume with given UUID");
        pw.println("      --apex: install an .apex file, not an .apk");
        pw.println("      --force-non-staged: force the installation to run under a non-staged");
        pw.println("          session, which may complete without requiring a reboot");
        pw.println("      --staged-ready-timeout: By default, staged sessions wait "
                + DEFAULT_STAGED_READY_TIMEOUT_MS);
        pw.println("          milliseconds for pre-reboot verification to complete when");