am 1565d2ef: Merge change I4ad9ec48 into eclair-mr2
Merge commit '1565d2efc1fb3fde467cb42d67d921e9cf056381' into eclair-mr2-plus-aosp * commit '1565d2efc1fb3fde467cb42d67d921e9cf056381': Fix A2dpAudioInterface getParameters.
This commit is contained in:
@@ -185,7 +185,9 @@ String8 A2dpAudioInterface::getParameters(const String8& keys)
|
||||
String8 keyValuePairs = a2dpParam.toString();
|
||||
|
||||
if (param.size()) {
|
||||
keyValuePairs += ";";
|
||||
if (keyValuePairs != "") {
|
||||
keyValuePairs += ";";
|
||||
}
|
||||
keyValuePairs += mHardwareInterface->getParameters(param.toString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user