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

Commit 86c77d82 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "[pm] fix "pm path" on devices where the current user is not the...

Merge "Revert "[pm] fix "pm path" on devices where the current user is not the system user"" into main
parents 611aa284 d4b903b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -741,7 +741,7 @@ class PackageManagerShellCommand extends ShellCommand {
    }

    private int runPath() throws RemoteException {
        int userId = UserHandle.USER_CURRENT;
        int userId = UserHandle.USER_SYSTEM;
        String option = getNextOption();
        if (option != null && option.equals("--user")) {
            userId = UserHandle.parseUserArg(getNextArgRequired());