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

Commit 89ec958c authored by Evan Chen's avatar Evan Chen
Browse files

Fix associate shell command for selfManaged

This was accidentally removed in ag/28907231, now we need to
change it back.

Test: manunally
Bug: 341057668
Flag: EXEMPT bugfix
Change-Id: If314b581ccd7ec68694c73d50a5b0c7e5e9b38f0
parent f2db7d41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ class CompanionDeviceShellCommand extends ShellCommand {
                    boolean selfManaged = getNextBooleanArg();
                    final MacAddress macAddress = MacAddress.fromString(address);
                    mAssociationRequestsProcessor.createAssociation(userId, packageName, macAddress,
                            deviceProfile, deviceProfile, /* associatedDevice */ null, false,
                            deviceProfile, deviceProfile, /* associatedDevice */ null, selfManaged,
                            /* callback */ null, /* resultReceiver */ null, /* deviceIcon */ null);
                }
                break;