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

Commit 305f56d5 authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 3f6ee1a1: am 1565d2ef: Merge change I4ad9ec48 into eclair-mr2

Merge commit '3f6ee1a180268ca2e30723ce2c45b81c2e671abb'

* commit '3f6ee1a180268ca2e30723ce2c45b81c2e671abb':
  Fix A2dpAudioInterface getParameters.
parents 83a4ac5c c0826115
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -185,7 +185,9 @@ String8 A2dpAudioInterface::getParameters(const String8& keys)
    String8 keyValuePairs  = a2dpParam.toString();

    if (param.size()) {
        if (keyValuePairs != "") {
            keyValuePairs += ";";
        }
        keyValuePairs += mHardwareInterface->getParameters(param.toString());
    }