Merge "AudioManager: restore getVolumeGroupIdForAttributes behavior" into tm-qpr-dev
This commit is contained in:
@@ -1409,7 +1409,7 @@ public class AudioManager {
|
||||
public int getVolumeGroupIdForAttributes(@NonNull AudioAttributes attributes) {
|
||||
Preconditions.checkNotNull(attributes, "Audio Attributes must not be null");
|
||||
return AudioProductStrategy.getVolumeGroupIdForAudioAttributes(attributes,
|
||||
/* fallbackOnDefault= */ false);
|
||||
/* fallbackOnDefault= */ true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user