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

Commit 4a140be9 authored by Christine Franks's avatar Christine Franks Committed by Automerger Merge Worker
Browse files

Merge "Fix order of params in color display help doc" into sc-dev am: 5590c983

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

Change-Id: I52622f978bb63ac7be401ca06b05c479def53e54
parents f4a9e3ca 5590c983
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,7 @@ class ColorDisplayShellCommand extends ShellCommand {
            + "      Shows this message.\n"
            + "      Shows this message.\n"
            + "    set-saturation LEVEL\n"
            + "    set-saturation LEVEL\n"
            + "      Sets the device saturation to the given LEVEL, 0-100 inclusive.\n"
            + "      Sets the device saturation to the given LEVEL, 0-100 inclusive.\n"
            + "    set-layer-saturation CALLER_PACKAGE TARGET_PACKAGE LEVEL\n"
            + "    set-layer-saturation LEVEL CALLER_PACKAGE TARGET_PACKAGE\n"
            + "      Sets the saturation LEVEL for all layers of the TARGET_PACKAGE, attributed\n"
            + "      Sets the saturation LEVEL for all layers of the TARGET_PACKAGE, attributed\n"
            + "      to the CALLER_PACKAGE. The lowest LEVEL from any CALLER_PACKAGE is applied.\n";
            + "      to the CALLER_PACKAGE. The lowest LEVEL from any CALLER_PACKAGE is applied.\n";