am 60d7c995: Merge "DO NOT MERGE setAvrcpAbsoluteVolume is passed wrong unit parameter from AudioManager" into klp-dev
* commit '60d7c9957891280dfb131d5d58f32cf6fb82d5a2': DO NOT MERGE setAvrcpAbsoluteVolume is passed wrong unit parameter from AudioManager
This commit is contained in:
@@ -1019,7 +1019,7 @@ public class AudioService extends IAudioService.Stub {
|
||||
(flags & AudioManager.FLAG_BLUETOOTH_ABS_VOLUME) == 0) {
|
||||
synchronized (mA2dpAvrcpLock) {
|
||||
if (mA2dp != null && mAvrcpAbsVolSupported) {
|
||||
mA2dp.setAvrcpAbsoluteVolume(index);
|
||||
mA2dp.setAvrcpAbsoluteVolume(index / 10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user