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

Commit c8596e43 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Return exit code 0 when the command run successfully"

parents a94b152d 78770343
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1033,7 +1033,7 @@ public final class Pm {

            if (info != null) {
                System.out.println("Success: created user id " + info.id);
                return 1;
                return 0;
            } else {
                System.err.println("Error: couldn't create User.");
                return 1;