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

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

Merge "Fix CDM associate command"

parents 59b0fce3 444f96a9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -919,9 +919,10 @@ public class CompanionDeviceManagerService extends SystemService implements Bind
                    break;

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