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

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

am 1565d2ef: Merge change I4ad9ec48 into eclair-mr2

Merge commit '1565d2efc1fb3fde467cb42d67d921e9cf056381' into eclair-mr2-plus-aosp

* commit '1565d2efc1fb3fde467cb42d67d921e9cf056381':
  Fix A2dpAudioInterface getParameters.
parents dbf6660a bce0a7ce
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());
    }