OSDN Git Service

Add missing remote conference property set.
authorTyler Gunn <tgunn@google.com>
Mon, 15 Aug 2016 17:56:12 +0000 (10:56 -0700)
committerTyler Gunn <tgunn@google.com>
Mon, 15 Aug 2016 17:56:12 +0000 (10:56 -0700)
commit04ce7578607e022e980f69a45bccfa6f84ad6785
tree8528943dcaf1eee36dd52b2d7d59eea10ae702db
parentb0d9af4e2b66012ec84176ee739cd5b7c06136e2
Add missing remote conference property set.

When creating a new remote conference, there was a missing call to
"setConnectionProperties".  This would prevent remote conferences from
being created with the correct properties as defined in the actual
conference.

Bug: 30383741
Change-Id: I335e35c222ae18b0d6ea7e750b91bcc36aa40ece
telecomm/java/android/telecom/RemoteConnectionService.java