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

Commit 008b932d authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix "pm list permissions GROUP"

The command wasn't parsing a group name correctly.

Change-Id: I966e56e2f7b3eab2531be6bec8f744735b865910
parent 674be558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -624,7 +624,7 @@ public final class Pm {
                }
            }

            String grp = nextOption();
            String grp = nextArg();
            ArrayList<String> groupList = new ArrayList<String>();
            if (groups) {
                List<PermissionGroupInfo> infos =