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

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

Merge "Fix CDM `associate` shell command"

parents f3b0d892 491b927a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -912,8 +912,9 @@ public class CompanionDeviceManagerService extends SystemService implements Bind
                    break;

                    case "associate": {
                        addAssociation(new Association(getNextArgInt(), getNextArgRequired(),
                                getNextArgRequired(), null, false));
                        String pkg = getNextArgRequired();
                        String address = getNextArgRequired();
                        addAssociation(new Association(getNextArgInt(), address, pkg, null, false));
                    }
                    break;