Merge "Fix CDM associate command"
This commit is contained in:
committed by
Android (Google) Code Review
commit
98d3005174
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user