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

Commit 847a16a4 authored by Robin Lee's avatar Robin Lee
Browse files

Remove lie from ActivityManagerShellCommand help string

Bug: N/A
Test: adb shell am help
Test: adb shell am start ... --splashscreen-show-icon
Test: adb shell am start ... --splashscreen-icon
Flag: EXEMPT this is a command line flag
Change-Id: I3461d02c543f11ea11563fa87bfa453bac96d3c4
parent 2b5b206d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4755,7 +4755,7 @@ final class ActivityManagerShellCommand extends ShellCommand {
            pw.println("      --windowingMode <WINDOWING_MODE>: The windowing mode to launch the activity into.");
            pw.println("      --activityType <ACTIVITY_TYPE>: The activity type to launch the activity as.");
            pw.println("      --display <DISPLAY_ID>: The display to launch the activity into.");
            pw.println("      --splashscreen-icon: Show the splash screen icon on launch.");
            pw.println("      --splashscreen-show-icon: Show the splash screen icon on launch.");
            pw.println("  start-in-vsync");
            pw.println("      Start an Activity with vsync aligned. See `start-activity` for the");
            pw.println("      possible options.");